Currently, our software provides instructions for training, optimization, and deployment of the system. However, the current Engine (located in src/ssd TRT*.bin) is not compatible with the Jetson Xavier (only compatible with Jetson Nano). This means that upon cloning the repo, optimization has to happen first, before testing on the Xavier can start. It would be good to include the engine already optimized to facilitate testing and development of functionalites.
Task:
Move the current Jetson Nano engine to a newly created "old" folder to keep it stored for testing on the Jetson Nano.
Upload our current model optimized engine.
Note: (this will have to be done each time the model and its corresponding frozen graph gets updated)
Currently, our software provides instructions for training, optimization, and deployment of the system. However, the current Engine (located in src/ssd TRT*.bin) is not compatible with the Jetson Xavier (only compatible with Jetson Nano). This means that upon cloning the repo, optimization has to happen first, before testing on the Xavier can start. It would be good to include the engine already optimized to facilitate testing and development of functionalites.
Task: