Gen6D
Gen6D copied to clipboard
.ply file cannot be generated
I am on the local win10 system, run this command python prepare.py --action sfm --database_name custom/mouse --colmap F:\1AMy_source\Graduate student\transparent object\mine\Gen6D\COLMAP-3.8-windows-no -cuda\COLMAP-3.8-windows-no-cuda\bin\colmap.exe
The colmap/images/ and database.db files can be generated, but the .ply file cannot be generated, and the error message is as follows:
D:\Anaconda\envs\gen\python.exe "F:\1AMy_source\Graduate student\transparent object\mine\Gen6D\code\prepare.py" --action sfm --database_name custom/mouse --colmap "F: \1AMy_source\Graduate\student\transparent object\mine\Gen6D\COLMAP-3.8-windows-no-cuda\COLMAP-3.8-windows-no-cuda\bin\colmap.exe"
��Ŀ¼����ļ� data\custom\mouse �Ѿ����ڡ�
����: data\custom\mouse ʱ����
Traceback (most recent call last):
File "F:\1AMy_source\Graduate student\transparent object\mine\Gen6D\code\prepare.py", line 98, in
Process finished with exit code 1
I have been searching for a long time but I can't find where the problem is, can you help me, thank you
This seems to be related to your COLMAP installation. You may try some other examples to check whether your COLMAP is working or not. I suggest to re-install COLMAP according to the instructions on COLMAP homepage.