Glenn Jocher
95460570d9
Grid indices overflow bug fix ( #1551 )
2020-11-06 19:19:58 +01:00
Glenn Jocher
ac601cf681
Grid indices overflow bug fix ( #1551 )
2020-11-06 13:38:13 +01:00
Shiwei Song
cf652962fd
fix padding for rectangular inference ( #1524 )
...
Co-authored-by: swsong <swsong@stratosphere.mobi>
2020-10-19 12:17:14 +02:00
Glenn Jocher
54722d00bb
Update stale.yml
2020-10-08 11:50:52 +02:00
e96031413
4d49957f5a
Update requirements.txt ( #1481 )
...
* Update requirements.txt
I found that if we would like to calculate FLOPS in this project, we must install thop.
but there's no thop package inside the requirements.txt
https://github.com/ultralytics/yolov3/blob/master/utils/torch_utils.py#L108
* Update requirements.txt
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2020-09-10 12:00:53 -07:00
Glenn Jocher
bf34ae007f
Global code reformat and optimize imports
2020-08-22 17:49:27 -07:00
Glenn Jocher
64ff05c499
Update greetings.yml
2020-08-13 14:56:52 -07:00
Glenn Jocher
0ad44bc7e8
Update greetings.yml
2020-08-13 14:49:54 -07:00
Glenn Jocher
3e7e1e16c5
Update greetings.yml
2020-08-13 14:43:37 -07:00
Glenn Jocher
3d09ca366c
reverse plotting low to high confidence ( #1448 )
2020-08-12 13:51:10 -07:00
Glenn Jocher
f14c143926
Update greetings.yml
2020-08-11 00:56:04 -07:00
Glenn Jocher
2a74d1fd7d
update requirements.txt
2020-08-08 12:57:41 -07:00
Glenn Jocher
af22cd7be3
add .gitattributes file
2020-08-08 11:12:19 -07:00
Glenn Jocher
2ba4ee3242
update README.md
2020-08-03 19:54:27 -07:00
Glenn Jocher
061806bb1f
update README.md
2020-08-03 19:54:03 -07:00
Glenn Jocher
7163b5e89f
update README.md
2020-08-03 19:53:06 -07:00
Glenn Jocher
ee82e3db5d
update requirements.txt ( #1431 )
2020-08-03 19:37:38 -07:00
Glenn Jocher
0613806286
Update greetings.yml
2020-07-31 00:09:09 -07:00
Glenn Jocher
c65e4d4446
Update stale.yml
2020-07-31 00:05:49 -07:00
priteshgohil
e0a5a6b411
edit in comments ( #1417 )
...
Co-authored-by: Priteshkumar Bharatbhai Gohil <pgohil@assystemtechnologies.com>
2020-07-27 10:29:45 -07:00
e96031413
8de13f114d
Modify Line 104 on getting coco dataset ( #1415 )
...
The correct command for downloading coco dataset 2014 is supposed to be "!bash yolov3/data/get_coco2014.sh"
2020-07-26 23:50:05 -07:00
Glenn Jocher
e80cc2b80e
Update datasets.py
2020-07-20 10:34:06 -07:00
Glenn Jocher
f61fa7de2b
Update datasets.py
2020-07-20 10:33:49 -07:00
Glenn Jocher
cec59f12c8
windows –-weights '' fix #192
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2020-07-18 10:48:33 -07:00
Glenn Jocher
8241bf67bb
update issue templates
...
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2020-07-09 17:45:01 -07:00
Glenn Jocher
fe6ecb9f86
Merge remote-tracking branch 'origin/master'
2020-07-09 17:44:06 -07:00
Glenn Jocher
2861288b03
update issue templates
2020-07-09 17:44:01 -07:00
Glenn Jocher
bdf546150d
Update requirements.txt #1339
2020-07-08 21:33:10 -07:00
Glenn Jocher
c7f8dfcb87
Merge remote-tracking branch 'origin/master'
2020-07-02 16:42:49 -07:00
Glenn Jocher
2b0f4f6f9d
update .dockerignore
2020-07-02 16:42:45 -07:00
tjiagoM
fa78fc4e34
partial support for dropout layer ( #1366 )
2020-07-02 14:35:20 -07:00
Glenn Jocher
63996a8bfe
--resume update
2020-06-30 21:45:06 -07:00
Glenn Jocher
751d7d5cb4
Merge remote-tracking branch 'origin/master'
2020-06-30 16:20:00 -07:00
Glenn Jocher
f8e5338f0a
--resume epochs update
2020-06-30 16:19:56 -07:00
Glenn Jocher
46575cfad5
Update README.md
2020-06-27 23:59:54 -07:00
Glenn Jocher
fc0394e038
Update README.md
2020-06-27 23:54:46 -07:00
Glenn Jocher
eadc06bce8
Update README.md
2020-06-27 23:52:45 -07:00
Glenn Jocher
7f953b2106
Merge remote-tracking branch 'origin/master'
2020-06-27 09:09:07 -07:00
Glenn Jocher
9b9715668c
add yolov4-tiny.cfg #1350
2020-06-27 09:09:02 -07:00
Jason Nataprawira
e1fb453079
Update requirements.txt ( #1339 )
...
Add torchvision
2020-06-25 06:09:41 -07:00
NanoCode012
a587d39cd4
Fixed train.py SyntaxError due to last commit ( #1336 )
...
Fixed unexpected character after line continuation character on line 148,150, and 151
2020-06-24 11:37:09 -07:00
Chang Lee
8a414743e2
Fixed string format error during weight conversion ( #1334 )
2020-06-22 19:07:51 -07:00
Glenn Jocher
e276e3a103
Update greetings.yml
2020-06-22 15:20:08 -07:00
Oulbacha Reda
a97f350461
Non-output layer freeze in train.py ( #1333 )
...
Freeze layers that aren't of type YOLOLayer and that aren't the conv layers preceeding them
2020-06-22 13:15:40 -07:00
Glenn Jocher
ca7794ed05
update test.py
2020-06-20 10:02:18 -07:00
Glenn Jocher
207a17de31
Merge remote-tracking branch 'origin/master'
2020-06-20 09:58:53 -07:00
Glenn Jocher
183e3833d2
update datasets.py
2020-06-20 09:58:48 -07:00
FuLin
10dc08f91b
revert value of gs back to 32(from 64) ( #1317 )
2020-06-19 09:54:57 -07:00
Glenn Jocher
dc06836968
update README.md
2020-06-18 12:45:19 -07:00
Glenn Jocher
9fd02ae224
update --bug-report.md
2020-06-18 12:40:26 -07:00