Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build a new obj to test? #243

Closed
wengdunfang opened this issue Oct 18, 2024 · 1 comment
Closed

How to build a new obj to test? #243

wengdunfang opened this issue Oct 18, 2024 · 1 comment

Comments

@wengdunfang
Copy link

Hello, I have an obj file that I drew using SolidWorks (which is a new bottle). In actual scenarios, I used an RGBD camera to capture its RGB images and Depth. At the same time, I generated obj.mtl and corresponding png images using meshlab software. I used the run_demo. py code, but I found that the 3D box detected in the output is completely incorrect, larger than the entire image. May I ask how to build a new obj file? Does this process require fine-tuning of the model?

@savidini
Copy link

@wengdunfang make sure that your 3D model is scaled in meters. It is probably scaled in millimeters, resulting in the very large detected box. See #44 (comment) for examples and other possible errors and #44 (comment) for scaling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants