ns-train nerfacto --data convert/plant not working
i used command below:
(nerfstudio) F:\SourceCode\github\nerfstudio\nerfstudio>ns-process-data video --data data/gsplat/plant/plant.mp4 --output-dir convert/plant Number of frames in video: 1250 Extracting 313 frames in evenly spaced intervals [22:10:55] Done converting video to images. process_data_utils.py:227 [22:11:24] Done extracting COLMAP features. colmap_utils.py:137 [22:11:33] Done matching COLMAP features. colmap_utils.py:151 [22:13:55] Done COLMAP bundle adjustment. colmap_utils.py:173 [22:14:02] Done refining intrinsics. colmap_utils.py:184 [22:14:03] All DONE video_to_nerfstudio_dataset.py:149 Starting with 1250 video frames video_to_nerfstudio_dataset.py:152 We extracted 313 images with prefix 'frame_' video_to_nerfstudio_dataset.py:152 Colmap matched 313 images video_to_nerfstudio_dataset.py:152 COLMAP found poses for all images, CONGRATS! video_to_nerfstudio_dataset.py:152
(nerfstudio) F:\SourceCode\github\nerfstudio\nerfstudio>ns-train nerfacto --data convert/plant
(nerfstudio) F:\SourceCode\github\nerfstudio\nerfstudio>
after these commands, there is nothing print, success or failed, how can i find the problem?
Source: nerfstudio-project/nerfstudio