Open ghalfacree opened 1 year ago
Good catch. I'll make that correction in the next update. Thanks
Hi , While unzipping the samples_V1000_1.4.4.zip and release-v1.4.4.1.zip, I am getting the following error.
"Archive: release-v1.4.4.1.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of release-v1.4.4.1.zip or release-v1.4.4.1.zip.zip, and cannot find release-v1.4.4.1.zip.ZIP, period." Also if i am checking the file type it is showing ASCII text.
Can you check the once that if this zip file is proper or not
The instructions in the readme tell the user to "Download and unzip the sample networks to the root directory" - but if you do that, when you try to
./run-video-model
you'll receive an error:Unable to correctly read /home/root/samples_V1000_1.4.4/scrfd_500m_bnkps.vnnx. Exiting
The samples actually have to be unzipped to *root's home directory", which is (oddly, given it's usually
/root
)/home/root
.Reproduction Steps
Follow the instructions as-written and extract both zips to the root directory,
/
. Proceed to the build and execution stages.Expected Results
The demo runs.
Actual Results
The demo can't find the sample models, because it's hard-coded to look in
/home/root
and not in the root directory.Solution
Change the instructions to read "Download and unzip the sample networks to the
/home/root
directory."