xiaoquan wang

Results 20 comments of xiaoquan wang

Hi, I can't connect the viewer. Can you help me? This is the script. ```` ns-train nerfacto --viewer.websocket-port=7002 \ --pipeline.model.predict-normals False \ --experiment-name data_pk2_230_1gpu_ex \ --data data/own_data/data_pk_230_exhau \ --load_dir outputs/data_pk2_230_1gpu_ex/nerfacto/2023-02-07_095509/nerfstudio_models...

Hi, I try adding `--viewer.skip-openrelay True`, but still con't connect the viewer. This is the script. ```` ns-train nerfacto --viewer.websocket-port=7002 \ --pipeline.model.predict-normals False \ --experiment-name data_pk2_230_1gpu_ex \ --data data/own_data/data_pk_230_exhau \...

Hi, @tancik 1. What's the meaning of `bounding_box_min` and `bounding_box_max`? 2. What's the meaning of `num-points`? I increase the number of 'num-points', I found that increase the number of points...

Hi, @tancik How can I improve the 3D reconstruction? This my training script. ```` export CUDA_VISIBLE_DEVICES=0 ns-train nerfacto --viewer.websocket-port=7009 \ --machine.num-gpus 1 \ --experiment-name kitti_00_double_600 \ --data data/kitti/00_double_200 \ --vis...

Hi, This is the data folder. ![image](https://user-images.githubusercontent.com/14838781/213866001-e7328226-e639-4289-bca9-5a3ea618f88d.png)

Hi, I modified these two codes so that they can run on the server. ![image](https://user-images.githubusercontent.com/14838781/213866272-db4d4dac-6c2b-4b83-a106-85dda7107d28.png)

Hi, @sushilregmi Can you share the code of create the mesh for the forward-facing scene?

Hi, @Abyssaledge @Devoe-97 @happynear I met the same error. I don't find the readme about how to solve it. ```` File "/defaultShare/SHFP12/xiaoquan.wang/01_bev/SST/mmdet3d/ops/sst/sst_ops.py", line 244, in import ingroup_indices ````

@learnuser1 @yukang2017 @dabi4256 @yanwei-li 大家好 我跑多卡训练,会报这个错误。 ```` Traceback (most recent call last): File "train.py", line 246, in Traceback (most recent call last): File "train.py", line 246, in main() File "train.py",...