4200 Commits

Author SHA1 Message Date
Marko Durkovic b86cd70ee9 Update dependencies 2022-07-27 16:39:47 +02:00
Marko Durkovic 8333cfb971 Update code for current linters 2022-07-27 16:39:26 +02:00
Marko Durkovic 5257497a6a Add support for rosbag version 6 metadata 2022-07-27 16:14:08 +02:00
Marko Durkovic ff24d7e424 Move metadata to dedicated module 2022-07-27 16:03:22 +02:00
Marko Durkovic b9fd0b014b Add topic filters to rosbag conversion 2022-07-27 15:39:47 +02:00
Marko Durkovic 05df51aa96 Add badge with supported python versions 2022-07-27 14:31:16 +02:00
Marko Durkovic 501f97243c Update python package configuration 2022-07-27 14:30:36 +02:00
tripleMu 7a7cba744a Fix yolo for torch.onnx.export (#314) 2022-07-26 18:03:20 +03:00
Kin-Yiu, Wong b3c41653ba main code
upload paper pdf
2022-07-25 15:56:41 +08:00
AlexeyAB84 da5fe65e90 minor fix 2022-07-25 05:13:04 +03:00
Alexey d10b1835c7 Update README.md 2022-07-25 05:12:40 +03:00
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