Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Outputs #24

Open
lxa9867 opened this issue Dec 4, 2020 · 2 comments
Open

No Outputs #24

lxa9867 opened this issue Dec 4, 2020 · 2 comments

Comments

@lxa9867
Copy link

lxa9867 commented Dec 4, 2020

I face the same issue as the last one. I run the cmd provided by your readme.md. But I got no outputs. Where is the output .flo file supposed to appear? I run the
"./run-network.sh -n FlowNet2 -vv data/0000000-imgL.png data/0000001-imgL.png /home/v-xiangli/flownet2-docker/flow.flo"
on Ububtu server (not local server, I cannot get root right and only have key-pair to ssh login). I don't have the permission to change files in root folder but I didn't get error when generation.

I just tried to use my local vm server to run. It posts:
Using GPU: 0
Running network: FlowNet2
Working dir: /flownet2/flownet2/scripts
First input: data/0000000-imgL.png
Second input: data/0000001-imgL.png
Output: flow.flo
/flownet2/flownet2/scripts
Network forward pass using /flownet2/flownet2/models/FlowNet2/FlowNet2_weights.caffemodel.h5.
Succeeded.
Done!

The server which I cannot find outputs posts:
Using GPU: 0
Running network: FlowNet2
Working dir: /flownet2/flownet2/scripts
First input: data/0000000-imgL.png
Second input: data/0000001-imgL.png
Output: flow.flo

Could you please help me with that? Thank you!

@nikolausmayer
Copy link
Contributor

I don't think an output path like /home/v-xiangli/flownet2-docker/flow.flo would work. The output path is taken as a relative path, relative to the folder in which the script is executed. if this path contains multiple nested folders which do not yet exist, I'm not sure any output is going to be produced.
Do the scripts work with the parameters given in the examples?

@lujingqiao
Copy link

meet the same question, the reason is very funny: not run sh in the docker container, actually need run in the local machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants