We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I'mtrying to run your NN splitting code. On edge side splitting, I performed make. Now if I run processImages.sh, I'mgetting the following error:
nn_splitting/edge$ ./processImages.sh Output: process /*jpg ./bin/darknet detector test ./bin/voc.names ./bin/tiny-yolo-voc.cfg ./bin/tiny-yolo-voc.weights -thresh 0.24 /*jpg dog.jpg frame_50.jpg Cannot load image "/*jpg" STB Reason: can't fopen
However if I decide to run the sh file code through terminal on individual images, I'm getting segmentation fault: [running it on dog.jpg only]
nn_splitting/edge$ sh $ echo ./bin/darknet detector test ./bin/voc.names ./bin/tiny-yolo-voc.cfg ./bin/tiny-yolo-voc.weights -thresh 0.24 .bin/dog.jpg Output: ./bin/darknet detector test ./bin/voc.names ./bin/tiny-yolo-voc.cfg ./bin/tiny-yolo-voc.weights -thresh 0.24 .bin/dog.jpg./bin/darknet detector test ./bin/voc.names ./bin/tiny-yolo-voc.cfg ./bin/tiny-yolo-voc.weights -thresh 0.24 .bin/dog.jpg $
Segmentation fault (core dumped) $ $ exit
Can you tell me what I'm doing wrong? Also, in which file exactly are you saving the Nth layer activations and weights data?
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I'mtrying to run your NN splitting code. On edge side splitting, I performed make. Now if I run processImages.sh, I'mgetting the following error:
However if I decide to run the sh file code through terminal on individual images, I'm getting segmentation fault: [running it on dog.jpg only]
Segmentation fault (core dumped)
$ $ exit
Can you tell me what I'm doing wrong? Also, in which file exactly are you saving the Nth layer activations and weights data?
Thanks.
The text was updated successfully, but these errors were encountered: