ohayoyogi / blender-exporter-colmap

Blender plugin which generates a dataset for colmap by exporting blender camera poses and rendering scene.
Other
17 stars 2 forks source link

Save the .bin file instead of .txt file? #3

Closed yyyhz closed 1 week ago

yyyhz commented 5 months ago

I wonder could I save the .bin file instead of .txt file?

ohayoyogi commented 4 months ago

I do not know about the binary format, so I cannot make it support .bin file. Sorry for inconvenience.

Contribution is welcome!

wooni-github commented 3 months ago

@yyyhz

You can simply convert .txt files to .bin files by using command like

colmap model_converter --input_path . --output_path . --output_type BIN