I’m planning to work on a project using Jetson Nano and the YOLOv8 model for object detection. As I don’t have much experience with Jetson, I’m facing some issues and would appreciate any advice.
Here’s a brief overview of my system: Images and videos will be sent to the Jetson Nano from another module for detection. The models will be loaded onto the Jetson, but I want to reload the model from an API when it’s retrained. I’m considering using a Python framework like Flask to code a backend server on the Jetson to handle all these tasks, including logging and storing images.
Here are my questions:
- Which Python framework would be the best practice for my case?
- For transmitting images to the Jetson Nano, I’m torn between ROS2 and WebSocket (the module sending images is a robot running Android).
- Which library should I use for logging?