-
I want to use the pretrained model in my own images to predict optical flow, how can I do that?
I am new to optical flow. Thanks for your help.
-
你好,我在复现您的算法时,发现精度只能达到题述水平,我确认以下几点和您的实现一致:
-
Hi! Thanks for sharing the great work!
Could you please share more on the test video for evaluation or share the public URL link of test video for downloading?
Thanks!
-
Great work, but I have some questions. First of all, the disparity map is about between the central perspective and which perspective? Second, how can the disparity map be converted to a depth map? Lo…
-
Thank you for this interesting work.
Is there a demo that shows how I could run this over a video and get the optical flow per pair of frames?
-
The problem with "List index out of range" and the problem with "NoneType' object has no attribute 'astype'" appear
-
Background: I am trying to generate images for evaluation of depth-from-stereo algorithms for a deep sea environment.
Since there are none I am aware of, I'm trying to make deep sea versions of the …
-
Hello & tnx for codes
when I run the train.py in colab + GDrive this error appears:
Traceback (most recent call last):
File "train.py", line 59, in
os.mkdir(args.log_dir)
FileNotFoundError…
-
Hi,
I am getting NameError: name 'inference_loader' is not defined error.
I am running the below command:
python3 main.py --inference --model FlowNet2 --save_flow --inference_dataset MpiSint…
-
### 1、故障描述(Description)
运行video_demo推理demo.mp4生成demo_gt.mp4没有问题,推理自己的视频就有问题。
报错:`RuntimeError: Sizes of tensors must match except in dimension 2. Got 46 and 45 (The offending index is 0)`
### 2、复…