DLR-RM / 3DObjectTracking

Algorithms and Publications on 3D Object Tracking
MIT License
624 stars 121 forks source link

How to generate .bin file #19

Closed The-Trying closed 2 years ago

The-Trying commented 2 years ago

I'm a novice, and although your code is commented in important places, I still don't know how to generate .bin files. Which executable file should I run? I look forward to your reply

manuel-stoiber commented 2 years ago

In the most recent version of the code (ICG), .bin files are automatically generated by the RegionModel and DepthModel if they do not exist. The best starting point is probably examples/run_on_camera_sequence.cpp. In this example, generated .bin files are stored in the specified directory.

The-Trying commented 2 years ago

Thank you for your reply. With your help, the problem has been solved