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

[WIP] flownet2-docker comparison #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

BlGene
Copy link

@BlGene BlGene commented Jun 24, 2019

I've tried to compare the flownet2-pytorch results to flownet2-docker results

  1. for this I created copy/simlink of the flownet2-docker directory in the flownet2-pytorch directory.
  2. In this directory I then ran the flownet2-docker command ./run-network.sh -n FlowNet2 -v data/0000000-imgL.png data/0000001-imgL.png flow.flo
  3. I then ran the new run_pair.py command.

I get a very large difference(L2 norm of 81202.305) between the predicted flows, basically flownet2-pytorch is not working for some reason.

Things that I haven't looked at yet are pre-processing:

  1. RGB vs BGR
  2. Normalization (divide by 255.0)?
  3. multiply by 20?

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

Successfully merging this pull request may close these issues.

1 participant