buptexplorers / OFB-VR

11 stars 3 forks source link

Installation Issue #5

Open arghasen10 opened 2 years ago

arghasen10 commented 2 years ago

Can I install flownet2-PyTorch in Ubuntu 20.04? Can you provide detailed requirements of packages needed for the installation?

buptexplorers commented 2 years ago

I think it can be installed in Ubuntu, as we run our code on an Ubuntu server.

get flownet2-pytorch source git clone https://github.com/NVIDIA/flownet2-pytorch.git cd flownet2-pytorch # install custom layers bash install.sh

The Python 3 requirements you may need to supports the code:

numpy

PyTorch ( == 0.4.1, for <= 0.4.0 see branch python36-PyTorch0.4)

scipy

scikit-image

tensorboardX

colorama, tqdm, setproctitle

Actually, in Acknowledgement "Besides, our optical flow estimation takes advantage of the state-of-the-art real-time optical flow detection model FlowNet2.0", we have put the official Github link of Flownet2-PyTorch Project on the underlined word. Click the link and you will enter "https://github.com/NVIDIA/flownet2-pytorch", and you may get more helpful information about the module. For details in the network, you may refer to the paper <FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks> in IEEE CVPR 2017.

Thank you.

------------------ 原始邮件 ------------------ 发件人: "buptexplorers/OFB-VR" @.>; 发送时间: 2021年10月27日(星期三) 晚上8:35 @.>; @.***>; 主题: [buptexplorers/OFB-VR] Installation Issue (Issue #5)

Can I install flownet2-PyTorch in Ubuntu 20.04? Can you provide detailed requirements of packages needed for the installation?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

arghasen10 commented 2 years ago

Can you tell me what CUDA version, PyTorch Version, and OS that you have used? I have tried to run bash install.sh, but getting errors.

buptexplorers commented 2 years ago

CUDA:V9.0.176 Pytorch:0.4.1 OS:Ubuntu 16.04

Sorry I am not quite familiar to installation or something else, as my partner who helps me with the code is no longer doing research in the team now. I can only suggest you to seek more help in the official Github project of the network, or try installing the software manually. Thank you. ------------------ 原始邮件 ------------------ 发件人: "buptexplorers/OFB-VR" @.>; 发送时间: 2021年10月28日(星期四) 上午6:51 @.>; @.**@.>; 主题: Re: [buptexplorers/OFB-VR] Installation Issue (Issue #5)

Can you tell me what CUDA version, PyTorch Version, and OS that you have used? I have tried to run bash install.sh, but getting errors.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.