在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):tzzcl/PSOL开源软件地址(OpenSource Url):https://github.com/tzzcl/PSOL开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):PSOLWe have updated the training and validation code for PSOL on ImageNet;This is the offical website for PSOL. We have uploaded the poster for PSOL. This package is developed by Mr. Chen-Lin Zhang (http://www.lamda.nju.edu.cn/zhangcl/) and Mr. Yun-Hao Cao (http://www.lamda.nju.edu.cn/caoyh/). If you have any problem about the code, please feel free to contact Mr. Chen-Lin Zhang ([email protected]). The package is free for academic usage. You can run it at your own risk. For other purposes, please contact Prof. Jianxin Wu (mailto:[email protected]). If you find our package is useful to your research, please cite our paper: Reference: [1] C.-L. Zhang, Y.-H. Cao and J. Wu. Rethinking the Route Towards Weakly Supervised Object Localization . In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR 2020), Seattle, WA (Virtual), USA, pp. 13460-13469. RequirementsThe code needs PyTorch and OpenCV. A GPU is optional for faster speed. Other requirements are in requirements.txt. You can simply install them by Usageprepare datasets:Training:First you should download the ImageNet training set. Then, use our program
We follow the organization of PyTorch official ImageNet training script. There are some options in
If you use default parameters, you are just using DDT-VGG16 with 448x448 as illustrated in the paper. For efficiency, we provide generated VGG-16 448x448 boxes pseudo boxes. You can directly download it. Validation:First you should download the ImageNet validation set, and corresponding annotation xmls. We need both validation set and annotation xmls in PyTorch format. Please refer to ImageNet example for details. Folder StructureWe except the ImageNet Folder has these structures:
TrainingPlease first refer to prepare datasets session for generating pseudo bounding boxes. Then, you can use
TestingWe have provided some pretrained models and cached groundtruth files. If you want to directly test it, please download it. We use same options as
Extra Options:
Please note that for SOTA classification models, you should change the resolutions in cls_transforms (Line248-Line249). Then you can get the final Corloc and Clsloc result. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论