Badour AlBahar
Badour AlBahar
I am trying to reproduce the results of the future prediction using the same exact code provided. However, I reached step 1200 but with no successful results. Please advise.
Hi Erika, Congratulations on the great work. Very impressive. I am trying to use the kp2uv model but I get weird results. Please find attached the kp_im and uv_output. Any...
I noticed that the data was not shuffled correctly while training. Seems that there should be `set_epoch` added when distributed training is used. See here https://github.com/pytorch/examples/blob/fe8abc3c810420df2856c6e668258f396b154cee/imagenet/main.py#L232. See here as well:...
Can you share the pre-trained model on UCF101 for the conditional generation?
There is no value assigned for image_filters_2 in op.py What should be its value?
The code gets stuck in the while loop in train.py. This happens when torch.sum(seg[i_bs,0,xstart:xend,ystart:yend]) is equal to zero at which case (k x patch_size x patch_size) will never reach zero...
Error
TypeError: 'numpy.ndarray' object is not callable