Joseph Redmon
|
a4ae313b1c
|
FIX OPENCV 🐍
|
2017-09-19 15:02:39 -07:00 |
|
Joseph Redmon
|
1e729804f6
|
OK GOD DAMN IT I THINK IT'S RIGHT NOW WHATEVER
|
2017-08-03 04:31:04 -07:00 |
|
Joseph Redmon
|
8327154a67
|
OK ADDED ONE MORE EXAMPLE BUT NOW I'M REALLY GONE FOR SERIOUS BACK IN A WHILE
|
2017-08-03 04:26:48 -07:00 |
|
Joseph Redmon
|
b34082019d
|
PYTHON DETECTION NOW I'M OUT DON'T WAIT UP FOR ME 🐫 🐴 🐶 🏜️
|
2017-08-03 04:14:36 -07:00 |
|
Joseph Redmon
|
624a593075
|
forgot a 🐍
|
2017-07-27 01:29:30 -07:00 |
|
Joseph Redmon
|
2f212a4742
|
idk man 🐍 stuff
|
2017-07-27 01:28:57 -07:00 |
|
Joseph Redmon
|
7a223d8591
|
gotta make a CVPR demo
|
2017-07-21 19:33:49 -07:00 |
|
Joseph Redmon
|
0710531b66
|
:charizard: NEW MODELSgit add -f cfg/densenet201.cfg git add -f cfg/densenet201.cfg :charizard:
|
2017-07-11 17:02:07 -07:00 |
|
Joseph Redmon
|
5af765f4a3
|
Merge branch 'master' of github.com:pjreddie/darknet Wait wtf changed?
|
2017-07-11 16:44:59 -07:00 |
|
Joseph Redmon
|
616e6305e2
|
GUYS I KNOW HOW TO MULTITHREAD :SNAKE:
|
2017-07-11 16:44:09 -07:00 |
|
Joseph Redmon
|
248d9f179d
|
🔥 🔥 MEMORY LEAK!!! 🔥 🔥
|
2017-07-01 01:31:38 -07:00 |
|
Joseph Redmon
|
59ed1719d4
|
accidentally broke multigpu a while ago :-/
|
2017-06-26 14:00:18 -07:00 |
|
Joseph Redmon
|
63ebd694d7
|
generate own license, totally legal :verified: 🐍 🐍 🐍
|
2017-06-20 15:35:29 -07:00 |
|
Joseph Redmon
|
bc2cc8fe86
|
YO DAWG, I HEARD YOU LIKE LICENSES
|
2017-06-18 13:16:16 -07:00 |
|
Joseph Redmon
|
8215a8864d
|
🔥 🐛 🔥
|
2017-06-18 13:05:37 -07:00 |
|
Joseph Redmon
|
1467621453
|
i hate adam. i hate adam
|
2017-06-12 16:19:08 -07:00 |
|
Joseph Redmon
|
f9446acb68
|
🐍 🐍 🐍 🐍 🐍
|
2017-06-10 23:27:15 -07:00 |
|
Joseph Redmon
|
d8c5cfd6c6
|
:charmandra: 🔥 🔥 🔥
|
2017-06-09 16:41:00 -07:00 |
|
Joseph Redmon
|
c3e0d90e9f
|
💀 :space:
|
2017-06-08 14:10:11 -07:00 |
|
Joseph Redmon
|
9963d70481
|
murder all the tabs
|
2017-06-08 14:03:41 -07:00 |
|
Joseph Redmon
|
fc069593f2
|
🐍 🐍 🐍 🐍
|
2017-06-08 13:47:31 -07:00 |
|
Yao Lu
|
d286762c7a
|
fix GRU, add LSTM
|
2017-06-06 17:23:35 -07:00 |
|
Yao Lu
|
c04744d15e
|
fix GRU, add LSTM
|
2017-06-06 17:22:23 -07:00 |
|
Yao Lu
|
59262f4c77
|
Revert "fix GRU, add LSTM"
This reverts commit a4f5e71c63 .
|
2017-06-06 17:21:12 -07:00 |
|
Yao Lu
|
a4f5e71c63
|
fix GRU, add LSTM
|
2017-06-06 17:20:26 -07:00 |
|
Yao Lu
|
604a760637
|
fix GRU, add LSTM
|
2017-06-06 17:16:13 -07:00 |
|
Yao Lu
|
e9f3b79776
|
Fix GRU, Add LSTM
|
2017-06-06 16:50:19 -07:00 |
|
Joseph Redmon
|
d528cbdb7b
|
Merge pull request #61 from Broham/master
adding missing include to get pthread_t type working
|
2017-06-03 22:35:56 -07:00 |
|
Abe Miessler
|
9564549857
|
adding missing include to get pthread_t type working
|
2017-06-03 15:58:21 -07:00 |
|
Joseph Redmon
|
56d69e73ab
|
#covfefe
|
2017-06-01 20:31:13 -07:00 |
|
Joseph Redmon
|
1ef829e585
|
@crossbot I will murder you in your sleep ⚔️
|
2017-05-31 21:06:35 -07:00 |
|
Joseph Redmon
|
579e588c84
|
faster :tree: softmax
|
2017-05-29 11:59:27 -07:00 |
|
Joseph Redmon
|
88b9ecb414
|
In chess, the pawns go first
|
2017-05-27 21:41:55 -07:00 |
|
Joseph Redmon
|
d856ec56fb
|
Merge branch 'master' of github.com:pjreddie/darknet
|
2017-05-14 00:24:39 -07:00 |
|
Joseph Redmon
|
2634051b17
|
Merge pull request #57 from lilohuang/Fix-crash-on-detect-command
Fix crash (SIGSEGV) on running ./darknet detect command
|
2017-05-14 00:24:08 -07:00 |
|
Lilo Huang
|
07017701c2
|
Fix crash (SIGSEGV) on running ./darknet detect cfg/yolo.cfg yolo.weights data/dog.jpg
The extern symbol of test_detector is wrong on darknet.c which leads to a SIGSEGV error.
|
2017-05-14 14:59:10 +08:00 |
|
Joseph Redmon
|
25a3e687a3
|
let's break some shit
|
2017-05-09 15:57:22 -07:00 |
|
Joseph Redmon
|
40c9afa381
|
🔥 :darknet: 🔥
|
2017-05-03 15:38:54 -07:00 |
|
Joseph Redmon
|
9358bbc57a
|
coco dataset script
|
2017-05-03 15:23:03 -07:00 |
|
Joseph Redmon
|
72a2fe93f9
|
redid the demo for TED, little faster
|
2017-04-30 13:54:40 -07:00 |
|
Joseph Redmon
|
9726f1e89c
|
garbage opencv key codes
|
2017-04-17 17:18:08 -07:00 |
|
Joseph Redmon
|
e501a09e06
|
little fixes
|
2017-04-17 16:23:50 -07:00 |
|
Joseph Redmon
|
6731a3552d
|
:charizard: fixed non-square aspect ratio thing :charizard:
|
2017-04-17 14:53:48 -07:00 |
|
Joseph Redmon
|
addcc4ef96
|
working on TED demo
|
2017-04-12 14:22:53 -07:00 |
|
Joseph Redmon
|
77ee1118bc
|
little fix
|
2017-04-09 20:15:22 -07:00 |
|
Joseph Redmon
|
e610c7de9a
|
Merge branch 'master' of github.com:pjreddie/darknet
|
2017-04-09 19:57:21 -07:00 |
|
Joseph Redmon
|
8d9ed0a1d6
|
:crowmageddon: probably broke everything :crowmageddon:
|
2017-04-09 19:56:42 -07:00 |
|
Joseph Redmon
|
e15189d8c4
|
🔥 🔥 🔥
|
2017-04-07 14:17:39 -07:00 |
|
Joseph Redmon
|
179ed8ec76
|
opencv is hell. this is why we can't have nice things.
|
2017-03-29 20:27:54 -07:00 |
|
Joseph Redmon
|
38802ef56a
|
fixes
|
2017-03-27 00:01:27 -07:00 |
|