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

Meaning of output of demo.py #996

Open
Prajwal-Gupta opened this issue Jun 24, 2022 · 2 comments
Open

Meaning of output of demo.py #996

Prajwal-Gupta opened this issue Jun 24, 2022 · 2 comments

Comments

@Prajwal-Gupta
Copy link

After running python demo.py ctdet --demo /path/to/image/or/folder/or/video --load_model ../models/ctdet_coco_dla_2x.pth, i am getting an output like

Fix size testing.
training chunk_sizes: [1]
The output will be saved to  /content/drive/MyDrive/CenterNet2/CenterNet/src/lib/../../exp/ctdet/default
heads {'hm': 80, 'wh': 2, 'reg': 2}
Creating model...
loaded /root/CenterNet/models/ctdet_coco_dla_2x.pth, epoch 230
: cannot connect to X server 

What does this mean and what do the terms 'hm', 'wh', and 'reg' mean?

Also how can I display the output as an image as shown in the readme file as I am unable to locate /content/drive/MyDrive/CenterNet2/CenterNet/src/lib/../../exp/ctdet/default in my directory.
Thanks

@Dipankar1997161
Copy link

these are heatmaps and set of coordinate values

@Prajwal-Gupta
Copy link
Author

these are heatmaps and set of coordinate values

@Dipankar1997161 I am getting the same values for different images, does this mean that the model is not compiled properly?

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