刘斌
刘斌
Hi, thanks a lot for your interest in our work. There are copyright issues and we cannot reshare the dataset. I suggest you follow the instruction on the [official website](https://image-net.org/download-images.php)...
Hi, I checked the onedrive link and it works normally. 
I have the error too.
After a long time of debugging, I find the solution: Edit the file `/src/detection/lib/lib_kernel/lib_fast_nms/make.sh` and replace -`D_GLIBCXX_USE_CXX11_ABI=0` to `-D_GLIBCXX_USE_CXX11_ABI=1` and recompile, the annoying problem disappears. ``` g++ -std=c++11 -shared -D_GLIBCXX_USE_CXX11_ABI=1...
To achieve better performance, our PIC adopts a multi-crop strategy, which is proposed in [SwAV](https://arxiv.org/abs/2006.09882). In each iteration, one 160 x 160 crop and three 96 x 96 crops of...
No special reason, just practice choices.
Hi, thanks a lot for your interest in our work. May I ask which supervised metric pre-training method you want to add?
Thanks. You can try to submit a PR and I will check that.
Thanks a lot for your quick reply. Can you post the training and finetuning log of the sample code? I want to check the correctness and performance.