Skip to content

WillemRaes/AISIBOCOseminar2

Repository files navigation

This project contains python code for testing real time object detection on Jetson nano using smartphone camera input The IP Webcam app was used on smartphone as simple camera webserver. (https://play.google.com/store/apps/details?id=com.pas.webcam&hl=nl&gl=US)

Pretrained model backbones from tf.keras.applications and Tensorflow Hub are used Part1 --> Resnet50v2 with Imagenet weights (1000 classes) (image input: 224x224) Part2 --> Resnet Centernet MSCOCO dataset (100 classes) (image input: 512x512) These are converted to Tensorflow saved model format, ONNX, Tensorflow Lite.

Model Conversion to ONNX in commandline: \path\to\python\python.exe -m tf2onnx.convert --saved-model \path\to\model\saved_models\objectResnetPretrained --output ResnetPretrained.onnx --opset 12 --verbose

Socket for transmitting inference result from Jetson Nano to desktop (Nano is headless) should be in separate thread

About

Simple application to test real time object detection on Nvidia Jetson Nano with Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published