-
I have installed the BasicSR [by](https://github.com/xinntao/BasicSR) :
```
pip install basicsr
cd BasicSR
pip install -r requirements.txt
python setup.py develop
```
but there are some problem…
-
Dear author, I see you set the value of offset in 10*tanh(offset), what the difference between original offset and [-10,10] offset?
It seems that the magnitude is a super parameter, did you try oth…
-
Can we have a short documentation on installing this package. The following errors are reported on `luarocks make`
```
:~/optical-flow$ luarocks make
-- Found Torch7, installed in: /home/aranjan/torc…
-
Hello, @Paper99, @LGYoung, @NK-CS-ZZL
I am trying to launch the evaluation script using CUDA GPU.
I ensured my PC has GPU enabled
```
>>> import torch
>>> torch.cuda.is_available()
True
…
-
Hi,
Could you provide a demo code for inferencing the optical flow of a testing image pair.
I am trying to run the run_inference.py, but the result looks not good. I am not sure if I run the cod…
-
AccessDeniedAccess denied.Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object.
-
Hello,
When reading your packages, It seemed to me that two of your packages were already implemented in the standard pytoch library
specifically, is `channelnorm` different than computing `torch.…
-
Alternatives are welcome. Feel free to post if you have any ideas :slightly_smiling_face:
-
First of all, thanks for your great work.
I have a question for a piece of code which is about flow based DCN
offset_1 = offset_1 + flow_1.flip(1).repeat(1, offset_1.size(1) // 2, 1, 1)
Could y…
-
请问训练集数据归一化到[-1,1]之间,您的代码将遮挡区域设置为0,请问遮挡区域为什么不是设置成-1,是否是因为这对模型结果没有影响