Kin-Yiu, Wong
a207844b1c
Update README.md
2023-11-03 10:05:01 +08:00
Kin-Yiu, Wong
2c612d33db
Update README.md
2023-11-03 10:00:11 +08:00
Kin-Yiu, Wong
84932d70fb
Update README.md
2023-05-30 14:17:22 +08:00
Kin-Yiu, Wong
7d71f295ec
Update README.md
2023-05-30 14:15:49 +08:00
Kin-Yiu, Wong
bc2d6be094
Add files via upload
2023-05-30 14:15:05 +08:00
Kin-Yiu, Wong
f1f88bf49d
Update README.md
2023-05-30 14:14:10 +08:00
Kin-Yiu, Wong
3b41c2cc70
Update README.md
2023-03-04 15:39:12 +08:00
Rohan Patankar
2fdc7f1439
utils/loss.py minor bug fix ( #1344 )
...
* utils/loss.py L.NO 742
* Changed np.int to np.int32 due to deprecation of np.int
2023-01-01 21:29:01 +01:00
Trieu Viet Hung
48052c42c4
Update loss.py ( #1337 )
...
Update line 687: add a round bracket which make an error when start training
2022-12-29 16:45:30 +01:00
superfast852
45f2c1fe55
fix indices device bug ( #1311 )
2022-12-28 04:40:57 +01:00
Sam_S
557e3837af
Fix np, uda dev issue ( #1272 )
...
Limit numpy version to avoid issue with tensorboard, conv np.int to just int, fix mismatched device issuecuda dev issue
2022-12-28 04:39:34 +01:00
Kin-Yiu, Wong
8e9f0b731d
Update README.md
2022-12-27 13:38:33 +08:00
Kin-Yiu, Wong
8c0bf3f789
Update README.md
2022-12-02 19:21:44 +08:00
jpkoponen
072f76c72c
Fix a GPU memory leak in detect. No need to calculate gradients in inference. ( #900 )
...
Co-authored-by: JKO095 <juho-pekka.koponen@wartsila.com>
2022-10-07 23:50:04 +02:00
Alexey S
8b616af63a
Update README.md ( #850 )
2022-10-04 18:53:54 +03:00
Kin-Yiu, Wong
8035ee6db9
main code
...
fix https://github.com/WongKinYiu/yolov7/issues/855
2022-09-28 16:56:31 +08:00
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
Maximilian Gangloff
b1850c7dca
Fix updated image size not used ( #739 )
...
Co-authored-by: magangloff <71378343+magangloff@users.noreply.github.com>
2022-09-12 17:45:16 +03:00
HRan2004
2e99efb27f
fix(utils): missing edge when resample segments ( #611 )
2022-09-12 17:37:21 +03:00
Damian Deza
1cb8aa5c9f
Fixed issue with confidence for single class detectors when exporting ( #607 )
...
* Fixed issue with confidence for single class detectors when exporting
* Typo
2022-09-12 17:28:19 +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
44d8ab4178
main code
...
update readme
2022-08-23 08:27:01 +08:00
Kin-Yiu, Wong
24c49f258f
main figure
...
upload teaser figure
2022-08-23 08:25:08 +08:00
spacewalk01
064c71e7c2
fix a model inference problem on cpu ( #502 )
...
* fix model inference problem on cpu
* Update keypoint.ipynb
2022-08-16 16:23:16 +03:00
AlexeyAB84
36ce6b2087
Use compute_loss_ota() if there is not loss_ota param or loss_ota==1
2022-08-16 02:10:07 +03:00
Alexey
6ded32cc8d
Update README.md
2022-08-12 10:16:17 +03:00
AlexeyAB84
f4d34e4b75
Added YOLOv7CoreML.ipynb
2022-08-12 10:08:57 +03:00
Kin-Yiu, Wong
1b6372059d
main code
...
update readme
2022-08-11 19:53:09 +08:00
Kin-Yiu, Wong
67e692399d
main code
...
upload figures
2022-08-11 19:48:22 +08:00
Kin-Yiu, Wong
376f0b075b
main code
...
update readme
2022-08-11 19:17:24 +08:00
Kin-Yiu, Wong
3708cdedd2
main code
...
update anchor https://github.com/WongKinYiu/yolov7/issues/272
2022-08-09 20:06:36 +08:00
Kin-Yiu, Wong
54d3908a0c
main code
...
update anchors
2022-08-09 15:23:42 +08:00
Wang Xin
fef71ef42c
update gitignore ( #461 )
2022-08-09 09:28:28 +03:00
AlexeyAB84
892b603718
Added .gitignore
2022-08-09 08:07:05 +03:00
AlexeyAB84
711a16ba57
Added param loss_ota for hyp.yaml, to disable OTA for faster training
2022-08-09 07:48:28 +03:00
AlexeyAB84
469a4d0e8d
minor fix
2022-08-09 07:46:47 +03:00
tripleMu
8dc755a359
Add grid concat and fuse such operators ( #389 )
...
* Add grid concat and fuse so many op
* Fix model
* Fix other detector
* Update yolo.py
* Update yolo.py
Co-authored-by: Alexey <AlexeyAB@users.noreply.github.com>
2022-08-09 07:26:05 +03:00
spacewalk01
c14ba0c297
fixed the problem of downloading models ( #451 )
2022-08-08 10:17:40 +03:00
Taka
8758cdd838
fix darwin platform string ( #454 )
2022-08-08 10:17:04 +03:00
Kayce001
4789bd1a4f
Update keypoint.ipynb ( #292 )
...
* Update keypoint.ipynb
add "with torch.no_grad():" in line 60.
* Update keypoint.ipynb
2022-08-06 06:39:28 +03:00
AlexeyAB84
591c5b0236
minor fix
2022-08-06 01:45:25 +03:00
Taka
cfde076fb4
Fix coreml quantization ( #434 )
...
Instead of importing platform, you can check it by `sys.platform`. By the way, `prefix` is a missing value in this script.
2022-08-06 00:13:32 +03:00
Kadir Nar
1560034c77
added cpu parameter support ( #423 )
2022-08-06 00:10:21 +03:00
Kin-Yiu, Wong
72a9c9628a
main code
...
update https://github.com/WongKinYiu/yolov7/issues/272
2022-08-04 20:20:51 +08:00
Mohammad Khoshbin
b8956dd5a5
fix training with frozen layers ( #378 )
2022-08-02 17:55:28 +03:00
Linaom1214
1e51f564e0
update readme ( #396 )
2022-08-02 17:55:01 +03:00
AlexeyAB84
c51c13a23f
Fixed CoreML export
2022-08-02 01:40:08 +03:00
Ian
0563c70705
Add TorchScript-Lite export ( #387 )
...
* TorchScript-Lite export
* forgot the import
2022-08-02 00:46:25 +03:00
AlexeyAB84
0a58f6d1cb
minor fix
2022-08-02 00:45:17 +03:00
Mohammad Khoshbin
cc42a206ef
fix cpu-only training CUDA error ( #369 )
2022-07-30 18:43:18 +03:00