tue-mps-edu / asd-engd-project-2019-thermal-object-detection

This is the repository for the ASD PDEng module 2 project (2020) for AIIM
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add Jetson Xavier Optimized Engine for easy deployment #37

Closed Hrayo712 closed 4 years ago

Hrayo712 commented 4 years ago

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: