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.58k stars 2.94k forks source link

trained model #341

Closed ArtlyStyles closed 1 year ago

ArtlyStyles commented 5 years ago

Do we have already trained object detection/localization and segnet model I can use directly on Jetson tx2?

dusty-nv commented 5 years ago

Yes, see the Hello AI World section of the tutorial. imageNet, detectNet, and segNet each come with pre-trained models to use.


From: Artly notifications@github.com Sent: Thursday, June 20, 2019 8:04:25 PM To: dusty-nv/jetson-inference Cc: Subscribed Subject: [dusty-nv/jetson-inference] trained model (#341)

Do we have already trained object detection/localization and segnet model I can use directly on Jetson tx2?

— 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/341?email_source=notifications&email_token=ADVEGK4LZDA2LFRGVKE3DCTP3QLITA5CNFSM4H2D4BTKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G225LWQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADVEGK4AABNUC2L3Z4JK4CLP3QLITANCNFSM4H2D4BTA.


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.

ArtlyStyles commented 5 years ago

DO you have tensorflow model?

dusty-nv commented 5 years ago

Yes for detectNet, there are ssd-mobilenet-v1, ssd-mobilenet-v2, and ssd-inception-v2 models. They are currently found in the python dev branch:

git clone -b python https://github.com/dusty-nv/jetson-inference