JialeCao001 / D2Det

D2Det: Towards High Quality Object Detection and Instance Segmentation (CVPR2020)
https://openaccess.thecvf.com/content_CVPR_2020/papers/Cao_D2Det_Towards_High_Quality_Object_Detection_and_Instance_Segmentation_CVPR_2020_paper.pdf
MIT License
297 stars 86 forks source link

Problems with test.py when using my own data set #35

Open zhanghaoo opened 3 years ago

zhanghaoo commented 3 years ago

① Own data set is converted from voc to coco ② During the test, when the progress bar is printed out, the program is stuck, as shown in the figure

test_problem

After my own analysis, the program is stuck in the function single_gpu_test as the following command line for i, data in enumerate(data_loader):

enumerate(data_loader) cannot proceed smoothly

Do you know?

Please help me! Please!!!! @JialeCao001

My environment is as follows:

envs_d2det

zhanghaoo commented 3 years ago

something wrong

figure as follows:

test_problem

envs_d2det