rexainn
rexainn
我是在服务器上进行visualize,可正常打开vis_server和发送数据,但是当我按下a按键想要转动视角的时候,发现视角很奇怪。是我的使用方法不对吗?按下a他是会自动转视角还是按照我的鼠标转动方向转视角。 
I can get seemly correct json file when I run "python3 apps/calibration/detect_chessboard.py ${data} --out ${data}/output/calibration --pattern 9,6 --grid 0.1", but when it goes to visualize, I got:
Error log: ``` ../aten/src/ATen/native/cuda/Indexing.cu:922: indexSelectSmallIndex: block: [0,0,0], thread: [64,0,0] Assertion `srcIndex < srcSelectDimSize` failed. ../aten/src/ATen/native/cuda/Indexing.cu:922: indexSelectSmallIndex: block: [0,0,0], thread: [65,0,0] Assertion `srcIndex < srcSelectDimSize` failed. ../aten/src/ATen/native/cuda/Indexing.cu:922: indexSelectSmallIndex: block: [0,0,0], thread:...
First of all, thanks for your great work!!! But there are some questions I found when I reproduce on my custom dataset. I've set `gen_cano_mesh = True`, but there is...
For custom dataset, there is no smc file like DNA-Rendering. And this tutorial https://github.com/zju3dv/im4d/blob/main/docs/custom_data_tutorial.md only introduces the way using smc file.
请问您能提供一个训练所需数据格式吗?看readme好像只需要images就好了,是这样吗?用nerfstudio处理数据失败了。
Command: `evc -t test -c configs/projects/realtime4dv/rendering/4k4d_rxy_demo.yaml,configs/specs/eval.yaml,configs/specs/spiral.yaml,configs/specs/ibr.yaml,configs/specs/vf0.yaml` Error如下: Error log ```shell 2024-02-01 22:51:17.099045 easyvolcap.runners -> : Failed to import submodule volumetric_video_viewer of __init__.py:9 /DATA/DATA1/rxy_code/projects/202312_demo/EasyVolcap/easyvolcap/runners/__init__.py ╭──────────────────────────────────────────── Traceback (most recent call last) ─────────────────────────────────────────────╮...
按照https://github.com/zju3dv/EasyVolcap/blob/main/docs/misc/static.md 教程进行,复制粘贴cfg之后看到需要改变bounds,但我根本不知道他是啥,又该怎么改变呢?
bug: ```shell Traceback (most recent call last): File "/DATA/DATA1/renxiaoyu/202403_mllm/code/internlm-xcomposer_inference.py", line 33, in model = InternLMXComposer2QForCausalLM.from_quantized(model_dir, trust_remote_code=True, device="cuda:0").eval() File "/home/huiyu/.conda/envs/llava/lib/python3.10/site-packages/auto_gptq/modeling/_base.py", line 1028, in from_quantized model = AutoModelForCausalLM.from_config( File "/home/huiyu/.conda/envs/llava/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 438,...
Thanks for your great work! But this error stucks me for a week......Please tell me how to fix it! Command: ``` export CUDA_VISIBLE_DEVICES=0 python automatic_label_ram_demo.py \ --config GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py \ --ram_checkpoint...