You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\ProgramData\miniforge3\envs\models\lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: torch.cuda.amp.custom_fwd(args...) is deprecated. Please use torch.amp.custom_fwd(args..., device_type='cuda') instead.
@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
Downloading: "https://github.com/intel-isl/MiDaS/zipball/master" to C:\Users\perso/.cache\torch\hub\master.zip
Traceback (most recent call last):
File "D:\CF-3DGS\run_cf3dgs.py", line 44, in
trainer = CFGaussianTrainer(data_path, model_cfg, pipe_cfg, optim_cfg)
File "D:\CF-3DGS\trainer\cf3dgs_trainer.py", line 64, in init
super().init(data_root, model_cfg, pipe_cfg, optim_cfg)
File "D:\CF-3DGS\trainer\trainer.py", line 50, in init
self.category = data_info[-2]
IndexError: list index out of range
The directory that contains my images is: D:\CF-3DGS\data\TelecomFrance and they are of .png
The text was updated successfully, but these errors were encountered:
Appreciate some help as I have spent DAYS trying to install this...
(models) D:\CF-3DGS>python run_cf3dgs.py -s ./data/TelecomFrance/ --mode train --data_type custom
C:\ProgramData\miniforge3\envs\models\lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning:
torch.cuda.amp.custom_fwd(args...)
is deprecated. Please usetorch.amp.custom_fwd(args..., device_type='cuda')
instead.@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
Downloading: "https://github.com/intel-isl/MiDaS/zipball/master" to C:\Users\perso/.cache\torch\hub\master.zip
Traceback (most recent call last):
File "D:\CF-3DGS\run_cf3dgs.py", line 44, in
trainer = CFGaussianTrainer(data_path, model_cfg, pipe_cfg, optim_cfg)
File "D:\CF-3DGS\trainer\cf3dgs_trainer.py", line 64, in init
super().init(data_root, model_cfg, pipe_cfg, optim_cfg)
File "D:\CF-3DGS\trainer\trainer.py", line 50, in init
self.category = data_info[-2]
IndexError: list index out of range
The directory that contains my images is: D:\CF-3DGS\data\TelecomFrance and they are of .png
The text was updated successfully, but these errors were encountered: