Results 6 issues of Sanghyun Woo

Hello, first of all, thanks for your code releasing. Since I want to see whether the reported accuracy is reproducible or not, I trained exactly the same code on the...

Hello thank you for sharing your codes There is one issue in RefineDet320 training. The training stops after training epoch of 10. Even I tried several times, always the same...

When I attempt to train the code with the given script, I get the following errors: tool/train.sh: 15: tool/train.sh: -u: not found tool/train.sh: 19: tool/train.sh: -u: not found Could you...

Hello, I have a problem with loading the annotations. When I run the training code, the script starts with loading the annotations into memory, but it soon turns out to...

Thanks for sharing the code of nice work! I want to know when would you release the detectron2 based code. Any expected dates? Thanks,

I see there is a code line requiring the tao_gt_labels.txt file in > mmdet/core/post_processing/bbox_nms.py (line 69) How can I get this txt file?