Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wang-xinyu/tensorrtx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: snyhlxde1/tensorrtx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 44 files changed
  • 6 contributors

Commits on Aug 30, 2022

  1. 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.
    xiang-wuu authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a772e46 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. add gen wts choices

    wang-xinyu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    b891083 View commit details
    Browse the repository at this point in the history
  2. yolov5 cls cpp inference

    wang-xinyu committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    77fa673 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    cc4a69e View commit details
    Browse the repository at this point in the history
  2. update readme

    wang-xinyu committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9410508 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    wang-xinyu authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    80a73a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. yolov7 v0.1 (#1105)

    * 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
    lindsayshuo authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    281f9a5 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wang-xinyu authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8039e3b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    wang-xinyu authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3f7fb71 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. update gen_wts.py and some yolov5's names (#1109)

    * update gen_wts.py and some yolov5's names
    
    * Update gen_wts.py
    lindsayshuo authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    cce8b37 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. yolov7 samples soft link

    wang-xinyu committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    d353f77 View commit details
    Browse the repository at this point in the history
  2. fix code style

    wang-xinyu committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    751e6e0 View commit details
    Browse the repository at this point in the history
  3. fix coding style

    wang-xinyu committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    66646e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fix coding style

    wang-xinyu committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    269501d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Attach the decode kernel to the same CUDA stream

    fix to load engine file in DeepStream 6.1.1
    LiberiFatali authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    4f61d7c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Merge pull request #1117 from LiberiFatali/master

    Attach the decode kernel to the same CUDA stream
    wang-xinyu authored Oct 9, 2022
    Configuration menu
    Copy the full SHA
    2fe6dba View commit details
    Browse the repository at this point in the history
  2. lenet5: support trt8

    wang-xinyu committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    c4fc996 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. 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]>
    ausk and aliceint authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7a6b626 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    wang-xinyu authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    866d553 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    wang-xinyu authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c1a803b View commit details
    Browse the repository at this point in the history
Loading