Where to find the model_checkpoint
for DetectorNode in webcam_demo.py
#2094
Unanswered
dkobayas-cyber
asked this question in
Q&A
Replies: 1 comment
-
the four lines make up the full URL to which you'll download the model checkpoint from. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you very much for developing the exciting tools! I have just started using the mmpose and have some questions about the configuration of
DetectorNode
inwebcam_demo.py
.As in the document, the DetectorNode is configured like below:
I cannot fully understand these four lines:
My questions are:
Which path does
model_checkpoint
point to?If I understand correctly, this variable should specify a path or a URL to the model checkpoint (SSD-light model, in this case). However, I could not open
https://download.openmmlab.com
nor find a folder named/mmdetection/v2.0/ssd/
in the github repo ofmmdetection
. Where is the model filescratch_600e_coco_20210629_110627-974d9307.pth
located?Where is the checkpoint of YOLOv3 model?
I found the model configuration file of YOLOv3 in
demo/mmdetection_cfg/
but cannot find its checkpoint.Beta Was this translation helpful? Give feedback.
All reactions