ashawkey / RAD-NeRF

Real-time Neural Radiance Talking Portrait Synthesis via Audio-spatial Decomposition
MIT License
862 stars 151 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'data/vrhm/transforms_train.json' #89

Open ollyestn opened 6 months ago

ollyestn commented 6 months ago

python main.py data/vrhm/ --workspace trial_vrhm/ -O --iters 200000 WARNING:tensorflow:From e:\python310\lib\site-packages\keras\src\losses.py:2976: The name tf.losses.sparse_softmax_cross_entropy is deprecated. Please use tf.compat.v1.losses.sparse_softmax_cross_entropy instead.

Namespace(path='data/vrhm/', O=True, test=False, test_train=False, data_range=[0, -1], workspace='trial_vrhm/', seed=0, iters=200000, lr=0.005, lr_net=0.0005, ckpt='latest', num_rays=65536, cuda_ray=True, max_steps=16, num_steps=16, upsample_steps=0, update_extra_interval=16, max_ray_batch=4096, fp16=True, lambda_amb=0.1, bg_img='', fbg=False, exp_eye=True, fix_eye=-1, smooth_eye=False, torso_shrink=0.8, color_space='srgb', preload=0, bound=1, scale=4, offset=[0, 0, 0], dt_gamma=0.00390625, min_near=0.05, density_thresh=10, density_thresh_torso=0.01, patch_size=1, finetune_lips=False, smooth_lips=False, torso=False, head_ckpt='', gui=False, W=450, H=450, radius=3.35, fovy=21.24, max_spp=1, att=2, aud='', emb=False, ind_dim=4, ind_num=10000, ind_dim_torso=8, amb_dim=2, part=False, part2=False, train_camera=False, smooth_path=False, smooth_path_window=7, asr=False, asr_wav='', asr_play=False, asr_model='cpierse/wav2vec2-large-xlsr-53-esperanto', asr_save_feats=False, fps=50, l=10, m=50, r=10) Traceback (most recent call last): File "J:\GitHub\AI\FAY\RAD-NeRF\main.py", line 206, in train_loader = NeRFDataset(opt, device=device, type='train').dataloader() File "J:\GitHub\AI\FAY\RAD-NeRF\nerf\provider.py", line 356, in init with open(os.path.join(self.rootpath, f'transforms{_split}.json'), 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'data/vrhm/transforms_train.json'

Question: Where to get transforms_train.json?