Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO: Distill models using recorded training data #1

Open
burningion opened this issue Mar 30, 2024 · 2 comments
Open

TODO: Distill models using recorded training data #1

burningion opened this issue Mar 30, 2024 · 2 comments

Comments

@burningion
Copy link
Owner

Use captured bicycle video recordings to distill our ViT and SAM models used for inference.

@burningion
Copy link
Owner Author

Looking at the gst-nvtracker page, I found a link to TrafficCamNet, which should give us decent results right out of the box.

Going to try downloading the model and creating a TensorRT to see what kind of performance I can get out of the Jetson Orin Nano.

@burningion
Copy link
Owner Author

Added the TensorRT model to models/, created TensorRT model by running the repo container, then running:

$ /usr/src/tensorrt/bin/trtexec --onnx=resnet18_trafficcamnet_pruned.onnx --saveEngine=resnet18_trafficcamera_pruned.engine

I did this in the directory I copied the source model to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant