Commit Graph

3659 Commits

Author SHA1 Message Date
AlexeyAB84 6d53a210ad Merge branch 'main' of https://github.com/WongKinYiu/yolov7 2022-07-25 04:27:35 +03:00
AlexeyAB84 703c2ff21a minor fix 2022-07-25 04:27:28 +03:00
Alexey d489e9435b Update README.md 2022-07-25 04:01:02 +03:00
AlexeyAB84 82f26becad Added YOLOv7onnx.ipynb and YOLOv7trt.ipynb 2022-07-25 03:52:20 +03:00
Kin-Yiu, Wong 13458cd4a2 main code
update readme
2022-07-24 22:26:53 +08:00
Alexey 26c26ce234 Update README.md 2022-07-23 05:45:07 +03:00
tripleMu 1c59e43d9d Add end2end yolov7 onnx export for TensorRT8.0+ and onnxruntime(testing now) (#273)
* Add end2end yolov7 onnx export for TensorRT8.0+

* Add usage in README

* Update yolo.py

* Update yolo.py

* Add tensorrt onnxruntime examples

* Add usage in README

Co-authored-by: Alexey <AlexeyAB@users.noreply.github.com>
2022-07-23 05:36:51 +03:00
Alexey aae70703f7 Update add_nms.py 2022-07-23 04:54:18 +03:00
AlexeyAB84 a5b853c3fa minor fix 2022-07-22 17:25:11 +03:00
AlexeyAB84 e5928b095a minor fix 2022-07-22 17:04:38 +03:00
Linaom1214 afdc86f519 End2end (#61)
* export end2end onnx model

* fixbug

* add web demo (#58)

* Update README.md

* main code

update yolov7-tiny deploy cfg

* main code

update yolov7-tiny training cfg

* main code

@liguagua752109150 https://github.com/WongKinYiu/yolov7/issues/33#issuecomment-1178669212

* main code

@albertfaromatics https://github.com/WongKinYiu/yolov7/issues/35#issuecomment-1178800685

* main code

update link

* main code

add custom hyp

* main code

update default activation function

* main code

update path

* main figure

add more tasks

* main code

update readme

* main code

update reparameterization

* Update README.md

* main code

update readme

* main code

update aux training

* main code

update aux training

* main code

update aux training

* main figure

update yolov7 prediction

* main code

update readme

* main code

rename

* main code

rename

* main code

rename

* main code

rename

* main code

update readme

* main code

update visualization

* main code

fix gain for train_aux

* main code

update loss

* main code

update instance segmentation demo

* main code

update keypoint detection demo

* main code

update pose demo

* main code

update pose

* main code

update pose

* main code

update pose

* main code

update pose

* main code

update trace

* Update README.md

* main code

fix ciou

* main code

fix nan of aux training https://github.com/WongKinYiu/yolov7/issues/250#issue-1312356380 @hudingding

* support onnx to tensorrt convert (#114)

* fuse IDetect (#148)

* Fixes #199 (#203)

* minor fix

* resolve conflict

* resolve conflict

* resolve conflict

* resolve conflict

* resolve conflict

* resolve

* resolve

* resolve

* resolve

Co-authored-by: AK391 <81195143+AK391@users.noreply.github.com>
Co-authored-by: Alexey <AlexeyAB@users.noreply.github.com>
Co-authored-by: Kin-Yiu, Wong <102582011@cc.ncu.edu.tw>
Co-authored-by: linghu8812 <36389436+linghu8812@users.noreply.github.com>
Co-authored-by: Alexander <84590713+SashaAlderson@users.noreply.github.com>
Co-authored-by: Ben Raymond <ben@theraymonds.org>
Co-authored-by: AlexeyAB84 <alexeyab84@gmail.com>
2022-07-22 16:24:13 +03:00
AlexeyAB84 2596994f39 minor fix 2022-07-21 20:37:15 +03:00
Ben Raymond 894a93e318 Fixes #199 (#203) 2022-07-21 20:07:49 +03:00
Alexander dc3e04087d fuse IDetect (#148) 2022-07-21 20:07:08 +03:00
linghu8812 96390ed201 support onnx to tensorrt convert (#114) 2022-07-21 20:06:24 +03:00
Kin-Yiu, Wong 4f6e390c99 main code
fix nan of aux training https://github.com/WongKinYiu/yolov7/issues/250#issue-1312356380 @hudingding
2022-07-21 12:09:25 +08:00
Kin-Yiu, Wong de6a5e733d main code
fix ciou
2022-07-21 11:48:57 +08:00
Alexey 8730e4ba4f Update README.md 2022-07-21 04:53:38 +03:00
Kin-Yiu, Wong 1e1e0d52d9 main code
update trace
2022-07-20 14:46:12 +08:00
Kin-Yiu, Wong 8b72ac7792 main code
update pose
2022-07-18 13:45:26 +08:00
Kin-Yiu, Wong 2e86053662 main code
update pose
2022-07-18 13:37:31 +08:00
Kin-Yiu, Wong 1c96029f19 main code
update pose
2022-07-18 13:32:42 +08:00
Kin-Yiu, Wong 30ff17ec95 main code
update pose
2022-07-18 13:32:03 +08:00
Kin-Yiu, Wong 6bfc471480 main code
update pose demo
2022-07-18 13:31:25 +08:00
Kin-Yiu, Wong e3186245c3 main code
update keypoint detection demo
2022-07-18 10:11:19 +08:00
Kin-Yiu, Wong 987dd8324b main code
update instance segmentation demo
2022-07-17 07:44:28 +08:00
Kin-Yiu, Wong 2267955898 main code
update loss
2022-07-15 13:43:12 +08:00
Kin-Yiu, Wong ef4dde425b main code
fix gain for train_aux
2022-07-14 16:49:38 +08:00
Kin-Yiu, Wong 4cebf4000a main code
update visualization
2022-07-14 16:41:48 +08:00
Kin-Yiu, Wong 3070e13209 main code
update readme
2022-07-14 08:59:35 +08:00
Kin-Yiu, Wong 31e2a90598 main code
rename
2022-07-13 21:57:21 +08:00
Kin-Yiu, Wong e2a5a543fb main code
rename
2022-07-13 21:57:05 +08:00
Kin-Yiu, Wong 82204345b6 main code
rename
2022-07-13 21:56:48 +08:00
Kin-Yiu, Wong 8f23bae549 main code
rename
2022-07-13 21:56:28 +08:00
Kin-Yiu, Wong 6bc5a4da7b main code
update readme
2022-07-13 12:54:06 +08:00
Kin-Yiu, Wong 9a1be4e0f7 main figure
update yolov7 prediction
2022-07-13 12:47:17 +08:00
Kin-Yiu, Wong 5d135f70d8 main code
update aux training
2022-07-13 10:46:18 +08:00
Kin-Yiu, Wong bedf15a0b4 main code
update aux training
2022-07-13 10:36:20 +08:00
Kin-Yiu, Wong ec69700a9c main code
update aux training
2022-07-13 10:31:45 +08:00
Kin-Yiu, Wong f7945dc747 main code
update readme
2022-07-13 10:11:42 +08:00
Kin-Yiu, Wong 7bdafde7c6 Update README.md 2022-07-13 09:52:34 +08:00
Kin-Yiu, Wong 261b1cfdb2 main code
update reparameterization
2022-07-13 09:51:08 +08:00
Kin-Yiu, Wong f5d50fa8c0 main code
update readme
2022-07-11 18:20:53 +08:00
Kin-Yiu, Wong 04991d916c main figure
add more tasks
2022-07-11 18:09:09 +08:00
Kin-Yiu, Wong 46f8fc17d9 main code
update path
2022-07-11 15:30:56 +08:00
Kin-Yiu, Wong 09b8e34ae5 main code
update default activation function
2022-07-11 13:29:40 +08:00
Ding 2d5537bad5 docs: update virtualenv section of readme (#911) 2022-07-09 19:53:33 -07:00
Kin-Yiu, Wong e44853eb4b main code
add custom hyp
2022-07-10 10:37:03 +08:00
Kin-Yiu, Wong b1a23d4938 main code
update link
2022-07-10 10:33:30 +08:00
Kin-Yiu, Wong 54627aa3ac main code
@albertfaromatics https://github.com/WongKinYiu/yolov7/issues/35#issuecomment-1178800685
2022-07-10 10:19:41 +08:00