Nicolas Shan
Nicolas Shan
/usr/local/lib/python3.8/site-packages/torch/distributed/launch.py:180: FutureWarning: The module torch.distributed.launch is deprecated and will be removed in future. Use torchrun. Note that --use_env is set by default in torchrun. If your script expects `--local_rank` argument...
RROR: Could not find a version that satisfies the requirement kaolin==0.13.0 (from versions: 0.0) ERROR: No matching distribution found for kaolin==0.13.0
(Pix2NeRF) bash-4.4$ CUDA_VISIBLE_DEVICES=0,1 python3 train_con.py --curriculum=celeba --output_dir='/data/yshan/data/Img/pix2NerfOutput' --dataset_dir='/data/yshan/data/Img/img_align_celeba' --encoder_type='CCS' --recon_lambda=5 --ssim_lambda=1 --vgg_lambda=1 --pos_lambda_gen=15 --lambda_e_latent=1 --lambda_e_pos=1 --cond_lambda=1 --load_encoder=1 Namespace(n_epochs=3000, sample_interval=1000, output_dir='/data/yshan/data/Img/pix2NerfOutput', load_dir='/data/yshan/data/Img/pix2NerfOutput', curriculum='celeba', eval_freq=5000, port='12354', set_step=None, model_save_interval=200, pretrained_dir='', wandb_name='', wandb_entity='', wandb_project='',...
I can see your code are all generate random images or photos from random seeds input, But Can it generate multi-view images from a original image ???? Because my current...
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/lego_ds2/transforms.json' when run the Google Colab : # @title { vertical-output: true } # Visualize the bounding sphere. json_fname = f"{colmap_path}/transforms.json" print(colmap_path)...