Yongming He
Yongming He
How to use GAP and GMP simultaneously or use other more than one aggregators for extracting? Furthermore, if I want to use [N, C, W, H] (by GAP to become...
How to get the same performance as SCDA paper in CUB200-2011 dataset?
In ```config``` file, I want to use ```all``` features as the image descriptors: ``` extractor: name: "MoCoResSeries" # name of the extractor. MoCoResSeries: extract_features: ["all"] # name of the output...
Anyone run this code on python3 successfully, with some modifications? Thanks!
It's a great work. Given a sentence to find the most matched video from several videos. But could this work do video-to-text task, I mean given a video to find...
Thanks for your work. But I have a question about how can num_input_channels=15 in training step and 3 in test step?
MovieNet http://movienet.site/ can not open.
When I install pyflow in ubuntu, it happen (pytorch100) hym@VIPA109:~/pycharm_remote/pyflow-master$ python setup.py build_ext -i Compiling pyflow.pyx because it changed. [1/1] Cythonizing pyflow.pyx /home/disk1/hym/anaconda3/envs/pytorch100/lib/python3.7/site-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using...
It's a great work. If I want to use L1 loss between the generated image by generator and the ground-truth image, but some images have ground-truth and some others don't....
```ToCVImage``` just set an image as uint8, but not to convert BGR2RGB because we usually use RGB. And the normalize is RGB data. Forget covert BGR to RGB using cv2?