We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello ,I can't figure out how to fix this, Exception: No precomputed partial mesh found and run_fusion is disabled.
CUDA_VISIBLE_DEVICES=0 python visualize_live_meshing.py --name HERO_MODEL --output_base_path data_scripts/scannet_wrangling_scripts/SCANNET_ROOT/scans_test/scene0707_00 --config_file configs/models/hero_model.yaml --load_weights_from_checkpoint weights/hero_model.ckpt --data_config configs/data/scannet_dense_test.yaml --num_workers 8;
The text was updated successfully, but these errors were encountered:
Try passing in --run_fusion.
--run_fusion
Sorry, something went wrong.
No branches or pull requests
Hello ,I can't figure out how to fix this,
Exception: No precomputed partial mesh found and run_fusion is disabled.
CUDA_VISIBLE_DEVICES=0 python visualize_live_meshing.py --name HERO_MODEL
--output_base_path data_scripts/scannet_wrangling_scripts/SCANNET_ROOT/scans_test/scene0707_00
--config_file configs/models/hero_model.yaml
--load_weights_from_checkpoint weights/hero_model.ckpt
--data_config configs/data/scannet_dense_test.yaml
--num_workers 8;
The text was updated successfully, but these errors were encountered: