-
Notifications
You must be signed in to change notification settings - Fork 0
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
Running Inference with pre-trained model #3
Comments
Hi @rohansaw, You can indeed use the GUI to infer keypoint locations and probability on videos by selecting POSEC3D > create_dataset which will call the dlc.analyze_videos() method from DLC (https://github.com/DeepLabCut/DeepLabCut/blob/main/deeplabcut/pose_estimation_tensorflow/predict_videos.py) If you want to visualize the results on your videos you can convert the predictions using dlc methods such as dlc.create_video_with_all_detections() or dlc.create_labeled_video() Hope this helps, let me know if you need more assistance. Regards, |
Hi @MitchFuchs , thanks for your answer. I am working with Rohan and I am currently trying to set it up. The command I am executing looks like this: Does this look promising? It is currently looking for models and returns the error: Thanks and best wishes |
Hey, @MitchFuchs, I think I got some steps closer to the goal (which is executing the pretrained models on gorilla videos for pose estimation). I now get some errors, such as Thank you in advance |
Hi Lukas, Sorry for my late reply. I am attaching the config files to this post. configs.zip Knowing that you have not trained dlc you might miss a few folders. So, I believe you should first create the necessary folders by running:
then copy the config files in the right location by you should also make sure that the pretrained dlc model is saved in Feel free to share your entire terminal output so that I can see best where the bug is. You can also fork the repo and add your configs so that I can run it on my end if necessary. I hope this helps. |
Is it possible to use the provided codebase solely for inference? The documentation only containes examples for training and not also for just simply running inference on unlabelled datasets for pose keypoint detection for a specific species.
Thank you!
The text was updated successfully, but these errors were encountered: