-
Hi,
First of all, great work.
I am not able to download any pre-trained model except ntu_gesturegan_twocycle_pretrained.tar.gz
Could you please provide an updated link for the other models?
-
Hi. I trained using the tutorial readme with this command.
`python train.py --gpu_ids 0,2 --name ft_ResNet50 --train_all --batchsize 32 --data_dir /home/xx/datasets/University-Release/train`
And th…
-
Hi @layumi , thanks for releasing the codes.
When I ran the train.py file (using the resnet model), after initializing with the pretraining model parameters and training for 119 epochs, I ran the t…
-
Hi @shiyujiao ,
Thanks for the great project and making it open source.
I just got a small question about your code for the loss implementation.
Based on your codes referenced below:
https://g…
-
Hello, I trained a model on the CVUSA dataset, but the IS value and KL result are slightly worse during the evaluation. The following are my running commands. Are there any problems that I have not no…
-
Hi,
I'm trying to replicate your experiment on the CVUSA dataset, are the ground view panorama always oriented to the north in this dataset ? It's what I understand from your code as batch_grd_yawp…
-
Traceback (most recent call last):
File "train_cvusa.py", line 219, in
train(start_epoch)
File "train_cvusa.py", line 115, in train
sat_global, grd_global = SAFA(sat_x, grd_x, keep_prob, dimension…
-
Could you share the Crossview USA (CVUSA) to me?
-
@kregmi What kind of segmentation map are you used in CVUSA dataset? The color one or the black one?
If you used the color one, can you share the code for converting the back segmentation map to the …