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

The visualization of evaluation results is messy #70

Open
donkehuang opened this issue Jul 16, 2024 · 1 comment
Open

The visualization of evaluation results is messy #70

donkehuang opened this issue Jul 16, 2024 · 1 comment

Comments

@donkehuang
Copy link

Hi, Thanks for your great work and effort for releasing the code. When i tried to reproduce the results as the paper said, i had the following trouble and hard to handle.

The evaluation results cannot be reproduced when i used the pretrained resnet weight and the results in visualization is messy. Here is the command and results i tried.

  • Evaluation
    CUDA_VISIBLE_DEVICES=0 python tools/test.py projects/configs/VAD/VAD_base_stage_2.py ckpts/resnet50-19c8e357.pth --launcher none --eval bbox --tmpdir tmp
  • Visualization
    image

The img_norm_cfg version mentioned in issue#9 is also tried, but the results are still the same.

@PhilWallace
Copy link

I think the parameter after the config file should be the VAD model instead of the resnet50 model.

python tools/test.py projects/configs/VAD/VAD_tiny_stage_2.py ./ckpts/VAD_tiny.pth --launcher none --eval bbox --tmpdir tmp

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