-
Notifications
You must be signed in to change notification settings - Fork 90
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
How to create /saved_detections/ycbv_posecnn.pkl for own dataset #74
Comments
Hello again, Preparation:
Create detection from BOP's scene_gt_info / scene_gt
Other ChangesChanges in "run_cosypose_eval.py":
Additional Information
|
Hi there, thanks for sharing your results! |
I used:
I wrote my own rendering pipeline based on blenderproc and used my own 3D-Model (.obj). To get the necessary if you dont have a .ply 3D-Model than you have to convert it to that format using Meshlab. till now i dont know how to create that .pkl file. i still use my workarround. if you need more information i try my best to give proper answers. There could be better ways to do it. If you find one, let me know :) |
Thanks a lot for the guidance! I will have a look at those and get back to you. |
Hello,
I want to train and run cosypose on my own custom dataset. Till now following scripts work fine:
Now i want to train the the "run_pose_training.py" script. For now, the whole script finish without exceptions.
To come to the Problem: In the /local_data/experiments directory the last run showing up, but the "errors_(ds_name).txt is empty.
I traced my problem back to the function "train_pose.py "-> "make_eval_bundle".
There i use "load_posecnn_results" to get detections from the "yxbv_posecnn.pkl".
(multiview_predictions.py --- get_predictions), that both, my data and the .pkl has to match, so the detection list in line 120 wont be empty.
There are already closed issues like #65 or #57 but these got closed with no answer.
How do i create my own ycbv_posecnn.pkl, which match my dataset?
Is there an other, easier way to get eval results?
If you need more details about my issue, i will provide more information
Thanks :)
The text was updated successfully, but these errors were encountered: