I can not infer my mp4 video. #793
-
Thank you for your creative work. I want to use SLEAP in my graduation thesis. By the way, I guess the model training went well, but I can't infer my video. Please tell me solution! Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Banboo-glich, It looks like you're trying to predict with just the centered instance model. Top-down models use both a centroid and centered instance sub-models that are stitched together to form a multi-stage network. We have some more info on this in our docs. You'll want to train a centroid model and pass it in as an extra argument ( Give that a spin and let us know if you run into any issues! Talmo |
Beta Was this translation helpful? Give feedback.
Hi @Banboo-glich,
It looks like you're trying to predict with just the centered instance model. Top-down models use both a centroid and centered instance sub-models that are stitched together to form a multi-stage network. We have some more info on this in our docs.
You'll want to train a centroid model and pass it in as an extra argument (
-m path/to/centroid_model -m path/to/centered_instance_model
).Give that a spin and let us know if you run into any issues!
Talmo