-
Couldn't load subscription status.
- Fork 1.9k
Comparing changes
Open a pull request
base repository: wang-xinyu/tensorrtx
base: master
head repository: snyhlxde1/tensorrtx
compare: master
- 20 commits
- 44 files changed
- 6 contributors
Commits on Aug 30, 2022
-
Yolov5 classification model support (#1082)
* updated gen_wts script to support yolov5 classfication model export * updated yolov5-s architecture to support classification head. * updated yolov5_trt infer script to support yolov5 classification model alongwith existing detection model. * added imagenet_classes file to load list of 1k classes required for the infer script. * final conv block doesn't require dynamic scale factor for out channel, hence hardcoded value provided to support all model varients * yolov5.cpp reverted back to original state, with explicit code changes * python infer script reverted back to prior state, with explicit code changes * seperate cpp file added for yolov5 classification task * cmake updated for yolo5 classification file * seperate python infer script for classification task * cmake updated by replacing cuda_add_executable with add_executable * default value added to the type argument * post-processing removed from yolov5 clasisifcation module * pre-processing for yolov5 classification inferencing * classification macro removed from the original yolov5 detection cpp file * reverted some extremely minor formatting changes. * reverted back to prior state by removing all formatting changes.
Configuration menu - View commit details
-
Copy full SHA for a772e46 - Browse repository at this point
Copy the full SHA a772e46View commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b891083 - Browse repository at this point
Copy the full SHA b891083View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77fa673 - Browse repository at this point
Copy the full SHA 77fa673View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cc4a69e - Browse repository at this point
Copy the full SHA cc4a69eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9410508 - Browse repository at this point
Copy the full SHA 9410508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a73a0 - Browse repository at this point
Copy the full SHA 80a73a0View commit details
Commits on Sep 19, 2022
-
* yolov7 v0.1 * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update yololayer.h * Update yololayer.h * Delete yolov7.engine * Delete yolov7-tiny.engine * Delete yolov7/output directory * Delete dirent.h * Update README.md * Update README.md * Update README.md * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 281f9a5 - Browse repository at this point
Copy the full SHA 281f9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8039e3b - Browse repository at this point
Copy the full SHA 8039e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7fb71 - Browse repository at this point
Copy the full SHA 3f7fb71View commit details
Commits on Sep 22, 2022
-
update gen_wts.py and some yolov5's names (#1109)
* update gen_wts.py and some yolov5's names * Update gen_wts.py
Configuration menu - View commit details
-
Copy full SHA for cce8b37 - Browse repository at this point
Copy the full SHA cce8b37View commit details
Commits on Sep 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d353f77 - Browse repository at this point
Copy the full SHA d353f77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 751e6e0 - Browse repository at this point
Copy the full SHA 751e6e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66646e2 - Browse repository at this point
Copy the full SHA 66646e2View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 269501d - Browse repository at this point
Copy the full SHA 269501dView commit details
Commits on Oct 8, 2022
-
Attach the decode kernel to the same CUDA stream
fix to load engine file in DeepStream 6.1.1
Configuration menu - View commit details
-
Copy full SHA for 4f61d7c - Browse repository at this point
Copy the full SHA 4f61d7cView commit details
Commits on Oct 9, 2022
-
Merge pull request #1117 from LiberiFatali/master
Attach the decode kernel to the same CUDA stream
Configuration menu - View commit details
-
Copy full SHA for 2fe6dba - Browse repository at this point
Copy the full SHA 2fe6dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4fc996 - Browse repository at this point
Copy the full SHA c4fc996View commit details
Commits on Oct 26, 2022
-
Feature: add modified yolop tensorrt implementation (#1129)
* add simplified Logger class * add modified yolop tensorrtx implementation * add gen_wts.py * add CMakeLists.txt * add yolop tensorrtx README.md * fix yolop spelling * simplify yolop code * fix yolop README.md Co-authored-by: aliceint(zhanglj) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a6b626 - Browse repository at this point
Copy the full SHA 7a6b626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 866d553 - Browse repository at this point
Copy the full SHA 866d553View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a803b - Browse repository at this point
Copy the full SHA c1a803bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master