Open wyy-thu opened 6 months ago
Hello, I've encountered the same issue. Could you kindly let me know if you've managed to resolve it, and if so, how did you go about it?
+1
hi @wyy-thu i have finished the pipleline of testing my own dataset, first, u should use the faster-rcnn-vg to output the top-score bbox (please note that, the output format of bbox is yxyx), second, u can use generate_bboxes
to generate the predefined crops (please note that the output format of bbox is yxyx), finally, run the test.py
(should modify the code to support your own dataset).
I have some images, and I want to get cropped sub-images for each image.