at82
at82
## ❓ Questions and Help Hi, I'm using the basic example in the Image Extractor tutorial to extract static images from my own glb model. I'm referring to the following...
I have trained RGB and Depth agents for pointnav task using "ppo_pointnav_example.yaml " and evaluating them using the same yaml script. Contrary to the observation in the Habitat paper, where...
Can I feed in manually the camera parameters to ns-process-data? Thanks!
Hi, I'm trying to make run_nerf.py use a specific gpu on my machine by setting os.environ['CUDA_VISIBLE_DEVICES'] = 'gpu id' before importing torch, but it always tries uses gpu 0. How...
Hi, can I visualize the scene while training? Thanks!