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

train on Visdrone dataset? #2

Open
mahilaMoghadami opened this issue Mar 29, 2023 · 3 comments
Open

train on Visdrone dataset? #2

mahilaMoghadami opened this issue Mar 29, 2023 · 3 comments

Comments

@mahilaMoghadami
Copy link

hello
Thanks for your implementation sharing
Is it possible to use this implementation to train model on any dataset such as visdrone?

@zhangpeng2001
Copy link
Collaborator

@mahilaMoghadami you can refear to this (https://mmdetection.readthedocs.io/en/stable/tutorials/customize_dataset.html) to design a custom dataset.

@mahilaMoghadami
Copy link
Author

hello
For training on custome dataset, as mmdetection repository, its need to install mmcv>=2.0.0
you mentioned that to install mmcv==0.6.2

Do you think your code will have problems by installing mmcv==2.0.0?

@mahilaMoghadami
Copy link
Author

Finally, I write new config for VisDrone dataset :)))))
now I have question:
as you mentioned in your paper, you crop image into 1024 * 1024 patches. I want to change it to 640 * 640.
where should I change this value? in which config file?
appreciate if help
Thank you

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

2 participants