You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 likeWhat 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
The text was updated successfully, but these errors were encountered: