-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add TensorRT YOLO implementation #17
base: master
Are you sure you want to change the base?
Commits on Mar 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f920ed2 - Browse repository at this point
Copy the full SHA f920ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7027ef2 - Browse repository at this point
Copy the full SHA 7027ef2View commit details -
Make uw_detection a catkin package
Wrap yolov3 submodule in a package, have the package use catkin python setup to provide the module to scripts and other catkin packages Paste camera demo with imports corrected
Configuration menu - View commit details
-
Copy full SHA for 0027d8b - Browse repository at this point
Copy the full SHA 0027d8bView commit details
Commits on Mar 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c39611b - Browse repository at this point
Copy the full SHA c39611bView commit details -
Merge branch 'brian/object_detection' of https://github.com/homeskies…
…/uw_common into brian/object_detection
Configuration menu - View commit details
-
Copy full SHA for 614e03d - Browse repository at this point
Copy the full SHA 614e03dView commit details
Commits on May 9, 2020
-
Moved frame transformation script from yolo to uw_detection since it …
…is a wrapper usage
Configuration menu - View commit details
-
Copy full SHA for cf3c942 - Browse repository at this point
Copy the full SHA cf3c942View commit details
Commits on May 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6392111 - Browse repository at this point
Copy the full SHA 6392111View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3b154 - Browse repository at this point
Copy the full SHA fd3b154View commit details
Commits on Jun 24, 2020
-
Trying to get a script working that:
1. subscribes to image from sim 2. predicts object bounding boxes 3. publishes prediction
Brian Lee committedJun 24, 2020 Configuration menu - View commit details
-
Copy full SHA for a33a1fc - Browse repository at this point
Copy the full SHA a33a1fcView commit details
Commits on Jul 22, 2020
-
Add hacked together YOLOv3 TensorRT implementation
Includes a copy of Xinyu Wang's TensorRT implementation of the Ultralytics YOLOv3 implementation Some headers headers shuffled out into the include directory so things build in a ROS environment A bit of CMake setup to make sure things only attempt to build when there's CUDA on the machine
Configuration menu - View commit details
-
Copy full SHA for 764063a - Browse repository at this point
Copy the full SHA 764063aView commit details
Commits on Aug 2, 2020
-
Copy in and patch plain YOLOv3
Change demo node to use plain model Add readme with usage notes
Configuration menu - View commit details
-
Copy full SHA for 77a7f2c - Browse repository at this point
Copy the full SHA 77a7f2cView commit details -
Not touching the copy pasted code to make future diffing easier Add clang files
Configuration menu - View commit details
-
Copy full SHA for 16507ad - Browse repository at this point
Copy the full SHA 16507adView commit details
Commits on Aug 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cf85164 - Browse repository at this point
Copy the full SHA cf85164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc8ef5 - Browse repository at this point
Copy the full SHA 5fc8ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88e143 - Browse repository at this point
Copy the full SHA d88e143View commit details
Commits on Sep 1, 2020
-
Make class num more configurable
Use TensorRTs plugin options struct to pass in the number. Also copied over some boilerplate for making other parameters configurable this way but didn't hook them up fully Tweak plugin registration point to match an update in upstream
Configuration menu - View commit details
-
Copy full SHA for 69839bd - Browse repository at this point
Copy the full SHA 69839bdView commit details