-
Notifications
You must be signed in to change notification settings - Fork 3k
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
No output of running multi label classification for image tagging #1663
Comments
@marco-cheung hmm this is what I get from running that same command on Orin Nano with JetPack 5.1.1: [image] loaded 'images/object_1.jpg' (500x386, 3 channels)
imagenet: 99.61% class #11 (dog) It makes a valid output image of it recognizing the dog. I did notice that your command has a trailing Also, does it work on any of the |
Thanks @dusty-nv! The special symbol " " is the root cause of the issue. When I run the command imagenet.py --model=resnet18-tagging-voc --topK=0 --threshold=0.25 "images/object_*.jpg" images/test/tagging_%i.jpg in my terminal, it can execute imagenet.py successfully and then generate a series of image output in the defined folder. In your sample code, there is indeed a trailing ". Not sure if it is a typo? If yes, maybe I should submit a pull request for this? |
Sorry about that, you're right! Just fixed it in commit 2d53107 |
I just made my first time to create a pull request #1665 for this issue on Github. |
Ah sorry!- I saw your PR after I checked in the fix. Thank you either way :)
…________________________________
From: Marco Cheung ***@***.***>
Sent: Monday, June 5, 2023 12:52:42 PM
To: dusty-nv/jetson-inference ***@***.***>
Cc: Dustin Franklin ***@***.***>; Mention ***@***.***>
Subject: Re: [dusty-nv/jetson-inference] No output of running multi label classification for image tagging (Issue #1663)
I just made my first time to create a pull request for this issue on Github.
And then come back and saw you fixed it. (what a shame on me)
—
Reply to this email directly, view it on GitHub<#1663 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVEGKYPX4XX4TBIELTB2JLXJYFFVANCNFSM6AAAAAAYZDT2Y4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi there, I am trying to run sample code of below using Jetson Orin Nano Developer Kit, but no outputs. Checked that my terminal is located in the aarch64/bin directory and I am able to run "./imagenet.py images/orange_0.jpg images/test/output_0.jpg" and see the output file as expected. Also checked that I've also got my input file ".images/object_1.jpg".
The text was updated successfully, but these errors were encountered: