We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use captured bicycle video recordings to distill our ViT and SAM models used for inference.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Added the TensorRT model to models/, created TensorRT model by running the repo container, then running:
models/
$ /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.
No branches or pull requests
Use captured bicycle video recordings to distill our ViT and SAM models used for inference.
The text was updated successfully, but these errors were encountered: