YuxiHu

Results 23 comments of YuxiHu

It seems like you finetune it on training dataset of DTU. So the file is like: dtu_training | ________Cameras | ________Depths | ________Depths_raw | ________Rectified Anyway, I followed that and...

Hi, thank you for sharing! The training dataset is like: Cameras, Depths and Rectified. How to transfer DTU dataset in a scanX format to fine-tune?

Could you please specify how to convert density samples to mesh? Thank you!

You can use this command to install libmetis-dev: sudo apt-get install libmetis-dev

Hi, I want to use swin transformer to replace feature pyramid net, what should I do to modify the code?

Thanks. I clone the repo again and see your update. However, there is still an error when I run: > python render.py --cfg configs/gen/neuray_gen_depth.yaml --database nerf_synthetic/lego/black_800 --pose_type eval The IndexError...

I have seen it, thank you. There are many subsets of **scene flow** and **KITTI** datasets and the structure of these files differ from the path in your txt. Could...

> I solved the problem, though not necessarily the best solution.You can refer to https://blog.csdn.net/Xuesengxinyi/article/details/93469079 hi,I followed your steps to update the code in pointcloudmapping.cc, but I compiled it with...

> ``` > ./run/rgbd_tum Vocabulary/ORBvoc.bin path_to_settings path_to_sequence path_to_association > ``` > > such as > > ``` > ./rgbd_tum ../../Vocabulary/ORBvoc.txt TUM2.yaml ../../rgbd-data/ ../../rgbd-data/associations.txt > ``` hi, do you know how...