Yifan Jiang
Yifan Jiang
When I download the model in https://drive.google.com/file/d/0Byf787GZQ7KvR2JvMUNIZnFlbm8/view and run python avg_runner.py -l ./Models/Adversarial/model.ckpt-500000 The program can't run Caused by op u'save/RestoreV2_51', defined at: File "avg_runner.py", line 185, in main() File...
Hi, Thanks for sharing this implementation. I got one question when flattening the HxW patch to D dimension, you use a FC layer to map it to a fixed dimension....
Hi, thanks for sharing the details, great work. Will you release the training data you used for efficiently reproducing? Thanks a lot!
Hi Ji, Thanks for your novel work. I wonder that, have you tried to train MobileNetV2 from scratch (without any pre-trained weight) on Kinetics or UCF-101? Could you share the...
Hi, Thank you for sharing your work. It seems that the resolution of Flower dataset is not 256x256. How do you process this dataset, resize of crop? Thanks.
Hello! I have some questions. When I set the image_batch, video_batch, and video_length both equal to 16, it works well. But when I set them to 48, it occurs: Traceback...
Hi, Thanks for providing the highres depth map! That is really useful. However, I found some problems regarding to the timestamp. For each highres depth map, I can't find the...
Hi, I have some question about VGGnet_fast_rcnn_iter_70000.h5. How do you get this model? Did this model pretrained on Pascal VOC 2007?
Hi, Thanks for sharing the implementation! I'm wondering that how many epochs you used for training LSUN church? Thanks
Hi, thanks for sharing your code, I can only see the tf example code on README, how to launch the pytorch example code? Thanks,