gdrnpp_bop2022
gdrnpp_bop2022 copied to clipboard
combine inferences into a full pipeline
Hi, I have trained my own custom model with synthetic data and would like to test it on my own real data. As far as I guess there is currently no code snippet that combines data loading, detection, gdrn and refinement algorithms. I see that there is a TODO in the core/gdrn_modeling/demo/demo_gdrn.py file. When do you expect this script to be ready? Maybe there is already a code snippet that I could start from to build the pipeline that would load the rgb and depth image and get the transformation matrices as output?
Thanks for your answers.
Sorry, we haven't made such a pipeline. Welcome to finish the code snippet and make a pull request :)
Hi, if you are working on that kind of pipeline I would be very interested in your progress/results, since I am trying to integrate this into a bin-picking process for a bachelors thesis.
Hi, Yes, I managed to connect the individual elements into a complete pipeline. When I have some time, I will refactor some things on my code and make a pull request.
If you already have a python file to build a pipeline, maybe you can just share that on its own on your github or something? I'm sure it would be a great help and something that I could build from.