-
Hi
I am reading your CVPR2017 paper about action-detection recently, really a wonderful work.
I have a problem about paper. You said in paper :" Given a video, a sequence of snippets will be extra…
-
Hi,
First of all awesome work. Your this repository helped me a lot during my literature review and my research work.
Second, just a minor addition. Here is a great paper "Learning Discriminative an…
-
Hi there,
I created my own data set using the Blender software and the training file looks like this:
Movie_Right/New 00000 r
Movie_Right/New 00001 r
Movie_Right/New 00002 r
Movie_Right/New…
-
I ran the python script "test_predicate_recognition.py", but got the following error.
I prepare the image_paths and gt files according to the needed format.
But I am unfamiliar with python wrapper…
-
(1) Why did you used the feature set from DEM_CVPR2017 instead of dataset from Xian, reported in your paper?
(2) Is there difference when use different feature set?
-
Hello, I've tried to train with my own dataset whose folder is as below:
`/dataset_folder/HR/video_num/*.png`
`/dataset_folder/LR/X4/video_num/*.png`
And I've organized them following the instruc…
-
Hi, would there be any plans to be making pretrained group normalization models?
-
您好! 请问FLICKR-25K.mat数据可以分享下吗,我是新手,或者可以教下我怎么处理吗
-
你提供了MIRFLICKR25K、NUS-WIDE的下载地址,并说明了将多个文件合并为一个文件,
请问问合并文件的方法可以提供吗?或者直接提供合并后的文件链接也可以,万分感谢。
另:IAPR TC-12 这个数据集可以提供下载地址嘛?
-
When I run as follows:
```
python run.py --model=srcnn --dataset=MYDATA
python run.py --model=rcan --dataset=MYDATA
python run.py --model=cdn --dataset=MYDATA
```
There are no any problems.
But…