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

Unable to find dataset images when dataset is installed after ViSP is built #1595

Open
fspindle opened this issue Feb 25, 2025 · 0 comments
Open
Labels

Comments

@fspindle
Copy link
Contributor

When ViSP is build prior to download and set VISP_INPUT_IMAGE_PATH some examples and tests that are using dataset images don't find corresponding *.png images.

To reproduce the issue:

$ cd visp-build
$ make
$ cat ViSP-third-party.txt
  Tests and samples: 
    ...
    Dataset found:               no

Then install dataset following for example this tutorial.

At this point you will encounter the following issue:

$ cd example/tracking
$ ./trackDot
Load: /Users/username/visp/visp-images/mire-2/image.0001.pgm

ERROR:
  Cannot read /Users/username/visp/visp-images/mire-2/image.0001.pgm
  Check your -i /Users/username/visp/visp-images option
  or VISP_INPUT_IMAGE_PATH environment variable.
@fspindle fspindle added the bug label Feb 25, 2025
fspindle added a commit to fspindle/visp that referenced this issue Feb 25, 2025
fspindle added a commit to fspindle/visp that referenced this issue Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant