DLR-RM / 3DObjectTracking

Algorithms and Publications on 3D Object Tracking
MIT License
743 stars 132 forks source link

Ran SRT3D using own .obj model and encountered the following error #72

Open ccaaoo515 opened 1 month ago

ccaaoo515 commented 1 month ago

I ran SRT3D using my own .obj model and encountered the following error: _Could not open model file "/mnt/nvme2/datasets/RBOT_dataset_minor/ape/ape_model.bin" Start generating model model Model: ape Number of vertices: 184896 Model: ape Number of vertices: 184896 Generate ape template view 1 of 2562 Model: ape Number of vertices: 184896 Model: ape Number of vertices: 184896 Generate ape template view 2 of 2562 Model: ape Number of vertices: 184896 Generate ape template view 3 of 2562 Generate ape template view 4 of 2562 npoints, templateviews[i].data_points.size():200, 0 Generate ape template view 5 of 2562 Model: ape Number of vertices: 184896 npoints, templateviews[i].data_points.size():200, 0 Model: ape Generate ape template view 6 of 2562 Model: ape Generate ape template view 7 of 2562 No valid contour in image Model: ape npoints, templateviews[i].datapoints.size():200, 0 No valid contour in image No valid contour in image****

After generating 7 views, the error "No valid contour in image" occurs. I am not sure what the cause is. My .obj model contains some holes, and I wonder if that might be the reason.

Exinwww commented 1 month ago

Excuse me, did you solve it?