Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to test on my own images #8

Open
wyy-thu opened this issue May 9, 2024 · 3 comments
Open

How to test on my own images #8

wyy-thu opened this issue May 9, 2024 · 3 comments

Comments

@wyy-thu
Copy link

wyy-thu commented May 9, 2024

I have some images, and I want to get cropped sub-images for each image.

@aa-oo
Copy link

aa-oo commented Jul 29, 2024

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?

@dongdk
Copy link

dongdk commented Sep 12, 2024

+1

@dongdk
Copy link

dongdk commented Sep 14, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants