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

Trouble Running Demo Mode #16

Open
lykevin2341 opened this issue Apr 26, 2023 · 3 comments
Open

Trouble Running Demo Mode #16

lykevin2341 opened this issue Apr 26, 2023 · 3 comments

Comments

@lykevin2341
Copy link

lykevin2341 commented Apr 26, 2023

Hi, I just saw your updates with the added demo mode, and have been trying to run the command you included in the write up. However, I keep getting the error this error. Please let me know if I am doing anything wrong. I've tried it with the name of the render task without the file extension and with it, both giving the same error.

image

@lykevin2341
Copy link
Author

Update: After filing through the code, I believe the correct argument would be --testid which did get accepted. I think that was the main issue.

@khushijpatel
Copy link

Hi, we are also an facing issue running the demo
image
We changed the file: dataset/front3d_recon_dataset.py line 280 from bboxes = pred_result["bboxes"][object_ind] to bboxes = pred_result["boxes"][object_ind] because the key "bboxes" did not exist in pred_result. Then we faced the issue that boxes doesnt have the key object_ind. Do you happen to know to resolve this error? Looking forward to your response soon.

@HaolinLiu97
Copy link
Collaborator

HaolinLiu97 commented Apr 28, 2023

@khushijpatel Hi, it seems that the object detection misses some results, have you set the entry 'pred_pose_path' in test_instPIFu.yaml correctly? I will check if I could reproduce your problem. And you can try the testid that is already inside ./data/3dfront/splits/test/all.json .
I have already release the detection results, which can also be produced by running with inference_object_detection.yaml. You may try to run the demo with the detection results.

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

3 participants