{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":749292767,"defaultBranch":"main","name":"TensorRT-YOLO","ownerLogin":"laugh12321","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-01-28T06:10:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/38065710?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716274717.0","currentOid":""},"activityList":{"items":[{"before":"01f8c644c3e16de444be7b7afe9cc4dbce56d53d","after":"0e033f5fe3035a84a6639d120b24291c9219c30e","ref":"refs/heads/main","pushedAt":"2024-06-27T23:37:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"2cacb7d1cc3dbbc4cb8a0ddc581a2cccc7a6b783","after":"01f8c644c3e16de444be7b7afe9cc4dbce56d53d","ref":"refs/heads/main","pushedAt":"2024-06-27T13:54:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Add streaming video support using VideoPipe (#17, #19)","shortMessageHtmlLink":"Add streaming video support using VideoPipe (#17, #19)"}},{"before":"f602dc424547e66e7bffe747def81c31f6a61519","after":"2cacb7d1cc3dbbc4cb8a0ddc581a2cccc7a6b783","ref":"refs/heads/main","pushedAt":"2024-06-22T00:26:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Fix: Graph input and output tensors must include dtype information.","shortMessageHtmlLink":"Fix: Graph input and output tensors must include dtype information."}},{"before":"fe67b018e946b18a123f1b0b4468cb28abcd5d39","after":"f602dc424547e66e7bffe747def81c31f6a61519","ref":"refs/heads/main","pushedAt":"2024-06-22T00:19:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Add `cstdint` to resolve Linux compilation issue","shortMessageHtmlLink":"Add cstdint to resolve Linux compilation issue"}},{"before":"1b763d97bed8eb3e19b70e4aa96a497149a3efed","after":"fe67b018e946b18a123f1b0b4468cb28abcd5d39","ref":"refs/heads/main","pushedAt":"2024-06-18T01:54:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update detection output variable names for clarity","shortMessageHtmlLink":"Update detection output variable names for clarity"}},{"before":"60ed1782b38c9a85c241256cebf7dfd8a9dd9af1","after":"1b763d97bed8eb3e19b70e4aa96a497149a3efed","ref":"refs/heads/main","pushedAt":"2024-06-16T13:03:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Fix: Include `` to resolve \"memcpy is not a member of std\" error in Linux","shortMessageHtmlLink":"Fix: Include <cstring> to resolve \"memcpy is not a member of std\" e…"}},{"before":"11ae2216b320e10610e7ba95bd122589e2cf2384","after":"60ed1782b38c9a85c241256cebf7dfd8a9dd9af1","ref":"refs/heads/main","pushedAt":"2024-06-16T02:27:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"6420cd37e9c7e59f0b2754314ef7029a21234b4c","after":"11ae2216b320e10610e7ba95bd122589e2cf2384","ref":"refs/heads/main","pushedAt":"2024-06-15T23:01:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"416e77b64748d3f69159e6674ea13b90283c3716","after":"6420cd37e9c7e59f0b2754314ef7029a21234b4c","ref":"refs/heads/main","pushedAt":"2024-06-15T22:54:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update demo/detect to support DeployCGDet\n\n- Enhanced the demo/detect example to incorporate support for DeployCGDet, optimizing inference using CUDA Graphs for static models.\n- Updated command options and execution flow to seamlessly handle both DeployDet and DeployCGDet configurations.\n- Ensured compatibility and functionality validation for DeployCGDet integration.","shortMessageHtmlLink":"Update demo/detect to support DeployCGDet"}},{"before":"3576c78d5063a8d1a00544a9e0472b4a8af45389","after":"416e77b64748d3f69159e6674ea13b90283c3716","ref":"refs/heads/main","pushedAt":"2024-06-15T22:42:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Refactor: Add BaseDet base class, refactor DeployDet and DeployCGDet\n\n- Introduce BaseDet as a base class for DeployDet and DeployCGDet.\n- Extract common functionalities to BaseDet to reduce code duplication.\n- Update related code to fit the new structure and ensure correctness.","shortMessageHtmlLink":"Refactor: Add BaseDet base class, refactor DeployDet and DeployCGDet"}},{"before":"115fafbc69fa89890b71c9837fdf30bcecb23ab7","after":"3576c78d5063a8d1a00544a9e0472b4a8af45389","ref":"refs/heads/main","pushedAt":"2024-06-15T10:21:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Use CUDA Graph to Accelerate Static Model Inference\n\nThis commit introduces CUDA Graph to optimize the performance of static model inference. By using CUDA Graph, we can reduce GPU kernel launch overhead and improve inference efficiency.\n\nKey changes:\n- Initialize CUDA device, release existing resources, load engine data, set up tensors, allocate resources, and create and retrieve CUDA graph nodes in the `DeployCGDet` constructor.\n- Set tensor information based on the engine context, validate input tensor dimensions, and calculate tensor sizes in the `setupTensors` method.\n- Set tensor addresses, perform initial inference, capture the CUDA graph, record events, add affine transformations, enqueue inference operations, and copy output data in the `createGraph` method.\n- Retrieve CUDA graph nodes and set parameters based on node types in the `getGraphNodes` method.\n- Update CUDA graph nodes based on input images, launch the CUDA graph, synchronize the stream, and return inference results in the `predict` method.","shortMessageHtmlLink":"Use CUDA Graph to Accelerate Static Model Inference"}},{"before":"a3dee2a16f2ac2635970f5c68d168de292768b03","after":"115fafbc69fa89890b71c9837fdf30bcecb23ab7","ref":"refs/heads/main","pushedAt":"2024-06-09T13:22:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Upgrade TensorRT support to higher version","shortMessageHtmlLink":"Upgrade TensorRT support to higher version"}},{"before":"19c0acadfc3e02d22a47da656b905d214deac07c","after":"a3dee2a16f2ac2635970f5c68d168de292768b03","ref":"refs/heads/main","pushedAt":"2024-05-31T03:14:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Fix incorrect time interval calculation","shortMessageHtmlLink":"Fix incorrect time interval calculation"}},{"before":"8a4df3369e6e35fec2ce0baf8a3758457f45642f","after":"19c0acadfc3e02d22a47da656b905d214deac07c","ref":"refs/heads/main","pushedAt":"2024-05-31T03:02:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Removed dependencies on third-party libraries","shortMessageHtmlLink":"Removed dependencies on third-party libraries"}},{"before":"62071cb0993b87220243b8f9aaa35fe98b6917d1","after":"8a4df3369e6e35fec2ce0baf8a3758457f45642f","ref":"refs/heads/main","pushedAt":"2024-05-31T02:54:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Refactor deploy library\n\n- Enhanced performance by optimizing the warpAffine kernel.\n- Removed dependencies on third-party libraries to increase code independence.\n- Unified variable and function naming to camelCase style for better code consistency.\n- Added detailed comments generated by GPT-4 to improve code readability and maintainability.","shortMessageHtmlLink":"Refactor deploy library"}},{"before":"f6eb5b0172305e33181c8a852361024138a8ac75","after":"62071cb0993b87220243b8f9aaa35fe98b6917d1","ref":"refs/heads/main","pushedAt":"2024-05-25T02:50:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Added Support for YOLOv10\n\nFor more details, refer to the pull request: https://github.com/THU-MIG/yolov10/pull/29","shortMessageHtmlLink":"Added Support for YOLOv10"}},{"before":"b40085fcd6943b718ccb6ff81bffcd5d8600a161","after":"f6eb5b0172305e33181c8a852361024138a8ac75","ref":"refs/heads/main","pushedAt":"2024-05-21T07:23:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"6282fa0dbb002ecb2d4d9e153c6aaa60d08f34db","after":"b40085fcd6943b718ccb6ff81bffcd5d8600a161","ref":"refs/heads/main","pushedAt":"2024-05-21T06:58:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Released tensorrt_yolo v3.0.3.","shortMessageHtmlLink":"Released tensorrt_yolo v3.0.3."}},{"before":"8f2af943b058cd143647658acdcc26eb31648503","after":"6282fa0dbb002ecb2d4d9e153c6aaa60d08f34db","ref":"refs/heads/main","pushedAt":"2024-05-20T06:39:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Refactor detection head for improved performance and readability","shortMessageHtmlLink":"Refactor detection head for improved performance and readability"}},{"before":"2cd01467669c47ea6539acc971ba8e7e24bde88b","after":"8f2af943b058cd143647658acdcc26eb31648503","ref":"refs/heads/main","pushedAt":"2024-05-20T03:20:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Add support for YOLOv3 and Ultralytics model export","shortMessageHtmlLink":"Add support for YOLOv3 and Ultralytics model export"}},{"before":"f4eb03a1a81c080d1c82e7d960a4b880eae98447","after":"2cd01467669c47ea6539acc971ba8e7e24bde88b","ref":"refs/heads/main","pushedAt":"2024-04-30T07:25:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"fdd9a9b053b2b35170b17a9f864ccd0f893765a3","after":"f4eb03a1a81c080d1c82e7d960a4b880eae98447","ref":"refs/heads/main","pushedAt":"2024-04-30T03:48:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Create python-publish.yml","shortMessageHtmlLink":"Create python-publish.yml"}},{"before":"2d3d630625430e91bd896c2cf5abd26aa7a9b041","after":"fdd9a9b053b2b35170b17a9f864ccd0f893765a3","ref":"refs/heads/main","pushedAt":"2024-04-29T12:41:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Released tensorrt_yolo v3.0.2.\n\nRemoved YOLOv9 export using CLI. For YOLOv6, YOLOv7, and YOLOv9, please use the official repository for export.","shortMessageHtmlLink":"Released tensorrt_yolo v3.0.2."}},{"before":"73060db40af205aeb2fd81d144294f2efd09f95f","after":"2d3d630625430e91bd896c2cf5abd26aa7a9b041","ref":"refs/heads/main","pushedAt":"2024-04-29T11:07:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Align detection head names with official repository for YOLOv6, YOLOv7, and YOLOv9 models.\n\nThis commit ensures consistency by updating the detection head names in the exported model to match those used in the official YOLOv6, YOLOv7, and YOLOv9 repositories. By maintaining uniformity, it facilitates easier integration and compatibility with existing codebases and frameworks.","shortMessageHtmlLink":"Align detection head names with official repository for YOLOv6, YOLOv…"}},{"before":"0020671070a8bd2b9c20f8ebf949c589ef98b256","after":"73060db40af205aeb2fd81d144294f2efd09f95f","ref":"refs/heads/main","pushedAt":"2024-04-25T12:10:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Add Dockerfile for building project Docker image","shortMessageHtmlLink":"Add Dockerfile for building project Docker image"}},{"before":"8610838c127f2393aebc27c6b8b325ab7fce957d","after":"0020671070a8bd2b9c20f8ebf949c589ef98b256","ref":"refs/heads/main","pushedAt":"2024-04-23T14:42:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Remove useless config","shortMessageHtmlLink":"Remove useless config"}},{"before":"d8e86626c545b4c4c10d8da22397e4a77c1ede2c","after":"8610838c127f2393aebc27c6b8b325ab7fce957d","ref":"refs/heads/main","pushedAt":"2024-04-23T11:21:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"03abef068bc69e6e2abc76235d0820d63603c4c9","after":"d8e86626c545b4c4c10d8da22397e4a77c1ede2c","ref":"refs/heads/main","pushedAt":"2024-04-23T08:36:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Updated version number.","shortMessageHtmlLink":"Updated version number."}},{"before":"86fdbbb434153ccdf1e5b63aadbdf01a845c1642","after":"03abef068bc69e6e2abc76235d0820d63603c4c9","ref":"refs/heads/main","pushedAt":"2024-04-23T08:35:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"2967fd010af6428d759e3ddaaa48b5760e0ac5e5","after":"86fdbbb434153ccdf1e5b63aadbdf01a845c1642","ref":"refs/heads/main","pushedAt":"2024-04-23T08:22:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"laugh12321","name":"Laugh","path":"/laugh12321","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38065710?s=80&v=4"},"commit":{"message":"Enhanced CLI interface with improved display aesthetics.","shortMessageHtmlLink":"Enhanced CLI interface with improved display aesthetics."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcVgR0QA","startCursor":null,"endCursor":null}},"title":"Activity · laugh12321/TensorRT-YOLO"}