dusty-nv / jetson-inference

Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
https://developer.nvidia.com/embedded/twodaystoademo
MIT License
7.77k stars 2.97k forks source link

something fault running imagenet-console on jetson nano #440

Closed tonyprince6 closed 1 year ago

tonyprince6 commented 4 years ago

i do not how to this problem.googlenet has been downloaded. ~/jetson-inference/build/aarch64/bin$ ./imagenet-console --network=googlenet images/orange_0.jpg output_0.jpg

imageNet -- loading classification network model from: -- prototxt networks/googlenet.prototxt -- model networks/bvlc_googlenet.caffemodel -- class_labels networks/ilsvrc12_synset_words.txt -- input_blob 'data' -- output_blob 'prob' -- batch_size 1

[TRT] TensorRT version 5.0.6 [TRT] loading NVIDIA plugins... [TRT] completed loading NVIDIA plugins. [TRT] detected model format - caffe (extension '.caffemodel') [TRT] desired precision specified for GPU: FASTEST [TRT] requested fasted precision for device GPU without providing valid calibrator, disabling INT8 [TRT] native precisions detected for GPU: FP32, FP16 [TRT] selecting fastest native precision for GPU: FP16 [TRT] attempting to open engine cache file networks/bvlc_googlenet.caffemodel.1.1.GPU.FP16.engine [TRT] cache file not found, profiling network model on device GPU [TRT] device GPU, loading networks/bvlc_googlenet.caffemodel [TRT] CaffeParser: Could not open file [TRT] CaffeParser: Could not parse deploy file [TRT] device GPU, failed to parse caffe network [TRT] device GPU, failed to load networks/bvlc_googlenet.caffemodel [TRT] failed to load networks/bvlc_googlenet.caffemodel [TRT] imageNet -- failed to initialize. imagenet-console: failed to initialize imageNet

dusty-nv commented 4 years ago

Try re-downloading the models with the model downloader script.


From: tonyprince6 notifications@github.com Sent: Saturday, November 2, 2019 9:00:28 AM To: dusty-nv/jetson-inference jetson-inference@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [dusty-nv/jetson-inference] something fault running imagenet-console on jetson nano (#440)

i do not how to this problem.googlenet has been downloaded. ~/jetson-inference/build/aarch64/bin$ ./imagenet-console --network=googlenet images/orange_0.jpg output_0.jpg

imageNet -- loading classification network model from: -- prototxt networks/googlenet.prototxt -- model networks/bvlc_googlenet.caffemodel -- class_labels networks/ilsvrc12_synset_words.txt -- input_blob 'data' -- output_blob 'prob' -- batch_size 1

[TRT] TensorRT version 5.0.6 [TRT] loading NVIDIA plugins... [TRT] completed loading NVIDIA plugins. [TRT] detected model format - caffe (extension '.caffemodel') [TRT] desired precision specified for GPU: FASTEST [TRT] requested fasted precision for device GPU without providing valid calibrator, disabling INT8 [TRT] native precisions detected for GPU: FP32, FP16 [TRT] selecting fastest native precision for GPU: FP16 [TRT] attempting to open engine cache file networks/bvlc_googlenet.caffemodel.1.1.GPU.FP16.engine [TRT] cache file not found, profiling network model on device GPU [TRT] device GPU, loading networks/bvlc_googlenet.caffemodel [TRT] CaffeParser: Could not open file [TRT] CaffeParser: Could not parse deploy file [TRT] device GPU, failed to parse caffe network [TRT] device GPU, failed to load networks/bvlc_googlenet.caffemodel [TRT] failed to load networks/bvlc_googlenet.caffemodel [TRT] imageNet -- failed to initialize. imagenet-console: failed to initialize imageNet

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/dusty-nv/jetson-inference/issues/440?email_source=notifications&email_token=ADVEGK2N6AMXAQMX5XZBL3DQRV2WZA5CNFSM4JIFFZNKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HWKO2TA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADVEGKYUC3SFQEOV62OGAJLQRV2WZANCNFSM4JIFFZNA.


This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

tonyprince6 commented 4 years ago

thank you for your reply. I found the reason. This is because I gave the wrong name to googlenet. prototxt