ActionAI
ActionAI copied to clipboard
bounding box and pose dots on video
Hello! Thanks a lot for your great work!
When I run inference.py on Yoga weights, on video it doesn't show the bounding box of the person and does not show dots of Pose Estimation, as in your GIFs. How can I put BB and Dots on the person on video, like in your GIFs?
Yes Same doubt here,, pl share with output @smellslikeml
Hi there! If you want to create something closer to the gifs in the README, try the instructions under Deployment. The iva.py
script contains an annotator to draw the poses and bounding boxes. You can update the model to your own within the script.
Hey, @smellslikeml in Train.py u were using two classes for Train.py in Code? I have "Indices out of range" error for using many classes.. pl provide solution