Humble

Results 5 issues of Humble

Great work ! But when I use my own dataset, I got ``` ERROR: the correct camera poses for current points cannot be accessed ``` And then I cannot get...

When I was trying to train on multiple gpus, I used `OMP_NUM_THREADS=4 WORLD_SIZE=2 CUDA_VISIBLE_DEVICES=0,1 torchrun --nproc_per_node=2 --master_port=1234 finetune.py` according to #8. It looks like ``` Loading checkpoint shards: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2...

Thanks for your nice work. Is it possible to fit this method into real scene captured by my phone? E.g., I have captured some photos, and then run COLMAP to...

**What is your question?** Great work on acceleration on CV tasks! But I find when I convert a nvcv.Tensor to torch.Tensor, it will copy the data in GPU to CPU....

question
? - needs triage

Thanks for the amazing work! I was noticed that the current bulit-in camera is always revolving around an unknown point. It is useful for object-centric 3D scene. But in my...