- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Neural Compute Stick 2 , toolkit and sdk Installation up to this point went fine, but when trying to run the demo:
./demo_squeezenet_download_convert_run.sh -d MYRIAD
I get this error at the end:
[BMP] file is not bmp type [ WARNING ] Image /home/myname/intel/computer_vision_sdk/deployment_tools/demo/car.png cannot be read! [ ERROR ] Valid input images were not found! Error on or near line 235; exiting with status 1
I have looked for existing posts but have not found a solution within them , please help thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had the exact same problem.
Probable cause: I ran ./demo_squeezenet_download_convert_run.sh without the -d MYRIAD flag initially, so it built the inference engine samples and openvino models for the default device (CPU), not the Myriad.
Solution: Delete the ~/inference_engine_samples and ~/openvino_models directories and run
./demo_squeezenet_download_convert_run.sh -d MYRIAD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have the same problem.i want to know how to solve it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same problem on my machine as well. If someone figures out the solution, please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am guessing you are trying to read in file that is not a bmp file.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page