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

Training and Testing MOTRv2 on BDD100K Dataset? #72

Open
back2zack opened this issue Jul 8, 2024 · 2 comments
Open

Training and Testing MOTRv2 on BDD100K Dataset? #72

back2zack opened this issue Jul 8, 2024 · 2 comments

Comments

@back2zack
Copy link

Hello,

First, thank you for your outstanding work on the MOTRv2 model. I have been experimenting with this model and am particularly interested in training and testing it on diffrent automotive datasets. it is mentioned in the paper that the model was trained on the BDD100K dataset.

However, I noticed that the repository does not include specific scripts or guidelines for training and evaluating the model on the BDD100K dataset. I am reaching out to ask if anyone in the community has successfully trained and tested MOTRv2 on BDD100K and would be willing to share their experience or provide any code snippets or detailed instructions.

Specifically, I am looking for:

  • Preprocessing steps required for BDD100K.
  • Training configurations and parameters.
  • Evaluation scripts compatible with BDD100K.
  • Any tips or best practices for optimizing performance on this dataset.

Any assistance or pointers to relevant resources would be greatly appreciated. Thank you in advance for your help!

Best regards,

@back2zack back2zack changed the title Request for Guidance on Training and Testing MOTRv2 on BDD100K Dataset Training and Testing MOTRv2 on BDD100K Dataset? Jul 8, 2024
@zzzz737
Copy link

zzzz737 commented Jul 16, 2024

I used bdd100k tracking data set, extracted "car" category from val data set to make truth value, and used part of it as training set:

  1. For data sets without detection targets, I did not delete the frame directly, but modified the code to make its detection truth value null;
    code
  2. All parameters use the default parameters provided by the author to train 50 epochs;
  3. The final loss hovers around 1.5

When testing:
During testing, it was found that there were highly overlapping targets in the generated txt file, and the trackid had changed!
bdd100k
Do you know why that is!

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
@zzzz737 @back2zack and others