SC-GS icon indicating copy to clipboard operation
SC-GS copied to clipboard

Self-captured videos:

Open SmileXUZ opened this issue 1 year ago • 4 comments

Hi,@yihua7 ,Thank you for your excellent work. I am trying to run a program with my own video, but I encountered difficulties in data processing. According to the instructions in the readme, I installed MIVOS and placed phone_catch.py, interactive_invoke.py, and colmap2nerf.py in the installation path of MIVOS. Then I ran phone_catch.py, and the output is shown in the figure 运行结果

I'm confused because after running phone_catch.py, the resulting transforms.json file only contains camera parameters for two photos. How can I obtain camera parameters for every photo so that I can run my data in SCGS?

SmileXUZ avatar May 09 '24 03:05 SmileXUZ

Hi, Could you show the frames of your video? The problem should be that your video is hard for camera calibration using COLMAP and only two images are estimated with camera parameters. Maybe you can place a chess board in the scene you captured just like the hand case in our teaser image. Too many textureless objects (e.g. walls and floors) and transients may cause the problem.

yihua7 avatar May 09 '24 13:05 yihua7

Hi,@yihua7 ,Thanks for your reply. According to your suggestion, I tested two more sets of data. The first set is the video in which the human body dynamic target moves forward in the recording scene, as shown below, 数据1 and the camera parameters of only two photos can be obtained after the photos are extracted. Another set of data is to record a video of a dynamic target swinging its arm in place, as shown below, 数据2 in which case the camera parameters of all the photos can be resolved. I'm a little confused, Is it that colmap is not good at extracting moving dynamic targets?

SmileXUZ avatar May 11 '24 03:05 SmileXUZ

Hi,@yihua7 ,I tried to train a dynamic 3D model with my own data, but it went wrong. First of all, my data set looks like this: image Then run the command: python train_gui.py --source_path data/examplexz --model_path outputs/examplexz --deform_type node --node_num 512 --hyper_dim 8 --init_isotropic_gs_with_all_colmap_pcl --eval --gt_alpha_mask_as_scene_mask --local_frame --W 720 --H 1280 --random_bg_color --white_background --gui But the operation went wrong, as shown below: image I don't know whether the format of my data set is wrong or the input run command is wrong, can you give me some advice?

SmileXUZ avatar May 14 '24 04:05 SmileXUZ

Hi,

Sorry for the late reply. You can use the function readColmapSceneInfo instead of readNerfSyntheticInfo.

Looking forward to the feedback :)

yihua7 avatar May 23 '24 12:05 yihua7