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

Could not open /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/imagesResults/ForwardFlow000.flo #4

Open
rginjapan opened this issue Jun 3, 2019 · 2 comments

Comments

@rginjapan
Copy link

bash pipeline.sh bear bgseg

  • bash /home/sly3/vsbmm-master/tracking/run.sh bear
  • mogrify -format ppm '/home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/*.jpg'
  • BMFFILE=/home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/images.bmf
  • python /home/sly3/vsbmm-master/tracking/make_bmf.py /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/images.bmf
    ++ head -n1 /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/images.bmf
    ++ awk '{print $1;}'
  • nframes=11
  • echo 11
    11
  • LD_LIBRARY_PATH=:/home/sly3/vsbmm-master/tracking/densetrack
  • /home/sly3/vsbmm-master/tracking/densetrack/tracking /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/images.bmf 0 11 8
    /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/00000.ppm
    /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/00000.ppm
    /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/00001.ppm
    Could not open /home/sly3/vsbmm-master/DAVIS_ROOT/JPEGImages/480p/bear/imagesResults/ForwardFlow000.flo
@swehrwein
Copy link
Owner

Looks like a problem opening that file for writing when running the tracker - try running the tracking command outside my script, making sure the paths are all correct. I think it creates the imagesResults directory for you, but I can't remember for sure.

@rginjapan
Copy link
Author

Looks like a problem opening that file for writing when running the tracker - try running the tracking command outside my script, making sure the paths are all correct. I think it creates the imagesResults directory for you, but I can't remember for sure.

Thank you for your reply, this "cloud not open .flo" does not effect the results, but there is another issue that I run 100 pictures it can output the segment results but i run the 800 pictures, there is no segment results but the process seems good.

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

2 participants