Commit Graph

23 Commits (55b90e111984dd85e7eed327e9ff271222aa8b82)

Author SHA1 Message Date
Kıvanç Tezören 55b90e1119
Add option to use YOLOv5 AP metric (#775)
* Add YOLOv5 metric option

* Inform if using v5 metric
2022-09-16 21:14:01 +03:00
HRan2004 2e99efb27f
fix(utils): missing edge when resample segments (#611) 2022-09-12 17:37:21 +03:00
Akash A Desai 09d6293f32
updated Reparameterization weight path & added steps for doing Reparameterization ,also fixed few typos (#552)
* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Add files via upload

* Update userdata.sh

fix typo of yolov7
2022-09-12 17:22:26 +03:00
Kin-Yiu, Wong 3708cdedd2
main code
update anchor https://github.com/WongKinYiu/yolov7/issues/272
2022-08-09 20:06:36 +08:00
spacewalk01 c14ba0c297
fixed the problem of downloading models (#451) 2022-08-08 10:17:40 +03:00
tripleMu 6bacefff5c
Unified output names (#283) 2022-07-29 04:58:57 +03:00
Mohammad Khoshbin 13594cf6d4
add tensor.detach for yolo_pose bug (#333) 2022-07-28 01:35:17 +03:00
Mohammad Khoshbin a4724d5592
non-max-suppression function fixed for one class model conf. (#305) 2022-07-27 17:47:28 +03:00
Alexey aae70703f7
Update add_nms.py 2022-07-23 04:54:18 +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
Ben Raymond 894a93e318
Fixes #199 (#203) 2022-07-21 20:07:49 +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
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 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 ec69700a9c
main code
update aux training
2022-07-13 10:31:45 +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
Kin-Yiu, Wong c587e8f467
main code
@liguagua752109150 https://github.com/WongKinYiu/yolov7/issues/33#issuecomment-1178669212
2022-07-10 10:00:19 +08:00
Kin-Yiu, Wong 5f1b78ad61
main code
set top_k temporally
2022-07-08 17:12:36 +08:00
Kin-Yiu, Wong a1c6e04c7c
main code
code for inference
2022-07-06 23:23:27 +08:00