98 Commits

Author SHA1 Message Date
Dimitrii
8105b8f1ae chechk latest alexeyab fork + yolov4 upd 2020-05-07 13:02:31 +03:00
Dimitrii
c625572f8c Merge branch 'master' of github.com:LdDl/go-darknet 2020-05-05 20:30:36 +03:00
Dimitrii
a58fecd863 clear newrgba memory and slice leaks 2020-05-05 20:30:25 +03:00
Dimitrii Lopanov
435d3f662c Merge pull request #5 from x0rzkov/docker
add docker container for cpu/gpu

Thanks a lot.
2020-04-10 15:43:03 +03:00
lucmichalski
d9682ca0f6 fix libcuda.so.1 missing 2020-04-10 04:58:21 +00:00
lucmichalski
4b38088916 fix commit, add golang to dockerfile.gpu 2020-04-08 08:16:20 +00:00
lucmichalski
766ff56e2e fix dockerfile.gpu 2020-04-08 08:02:03 +00:00
lucmichalski
3166cdca78 add docker container for cpu/gpu 2020-04-08 07:52:55 +00:00
Dimitrii Lopanov
02ab33b804 Merge pull request #3 from LdDl/new_example
Example of saving detected objects
2020-04-08 09:43:39 +03:00
Dimitrii Lopanov
0fd261e605 upd 2020-04-08 09:41:32 +03:00
Dimitrii
4c39be01f9 ptr causes segfault 2020-03-24 11:50:07 +03:00
Dimitrii
2dd85a84d6 rdm 2020-02-26 08:41:26 +03:00
Dimitrii
3a10d5a657 Merge branch 'master' of github.com:LdDl/go-darknet 2020-02-26 08:40:40 +03:00
Dimitrii
95332e0877 upd readmes 2020-02-26 08:34:03 +03:00
Dimitrii Lopanov
630ded761f Update README.md v1.0 2020-02-25 18:11:31 +03:00
Dimitrii Lopanov
674ff110d5 Update README.md 2020-02-25 08:26:00 +03:00
Dimitrii
f70cb0f1e6 upd readme 2020-02-21 15:52:39 +03:00
Dimitrii
49f6b85ba6 gitignore 2020-02-21 15:51:24 +03:00
Dimitrii
1f72563ea0 gitignore 2020-02-21 15:51:12 +03:00
Dimitrii
2c8e594cc7 vscode 2020-02-21 15:50:41 +03:00
Dimitrii
8e0371f19a upd readme 2020-02-21 15:50:10 +03:00
Dimitrii
380db18c1e upd gitignore 2020-02-21 15:48:02 +03:00
Dimitrii
feb1a0353d upd readme 2020-02-21 15:47:21 +03:00
Dimitrii
e486364a2b excess files 2020-02-20 18:10:34 +03:00
Dimitrii
bc4192f727 GOD SAVE STACKOVERFLOW 2020-02-20 18:10:11 +03:00
Dimitrii
48544ab339 got segfault 2020-02-20 17:02:08 +03:00
Dimitrii
fd2b030c94 ? 2020-02-20 13:17:29 +03:00
Dimitrii
f9e8a32a9e ? 2020-02-20 13:16:58 +03:00
Dimitrii
1fad0385f3 readme 2020-02-20 09:38:36 +03:00
Dimitrii
9d89162235 need to check what happens to im.data 2020-02-20 09:35:57 +03:00
Dimitrii
2b2f3f159c need to deal with image 2020-02-19 14:52:19 +03:00
Dimitrii
30fbbb9949 add network 2020-02-18 15:36:17 +03:00
Dimitrii
87175172a2 upd git ignore 2020-02-18 13:21:18 +03:00
Dimitrii
7337b22df9 upd 2019-12-03 08:23:40 +03:00
Dimitrii
3ce62c7a6f update readme 2019-04-16 09:53:21 +03:00
Dimitrii
9164d6b47a update example 2019-04-16 09:47:58 +03:00
Dimitrii
517dd61b49 update example 2019-04-16 09:47:00 +03:00
Dimitrii
163747fae6 update readme 2019-01-14 09:30:29 +03:00
dimahkiin
5aeefa75e0 set non-max suppresion to 0.4 2018-09-20 14:07:58 +03:00
dimahkiin
a5f1b391d3 merge detections files 2018-09-20 14:04:40 +03:00
dimahkiin
760267bf20 merge detections files 2018-09-20 14:04:29 +03:00
dimahkiin
acadb46eb6 nil dets? 2018-09-20 13:53:40 +03:00
gyonluks
c2698c68d1 Add support for specifying which GPU to use for a network instance. 2018-06-07 17:58:40 +08:00
gyonluks
9704542ae7 Return co-ordinate values, instead of ratios.
* Turns out Darknet's bounding box co-ordinates refer to the center of
  the bounding box, and that width and height refers to the bounding
  box's dimensions.
2018-06-07 17:43:45 +08:00
gyonluks
d09bab07ba Update README. 2018-06-06 23:43:14 +08:00
gyonluks
6608c90713 Fix memory issues. Code improvements.
* Use `C.CString()` instead of `C._GoStringPtr()`.
  - Seems like sometimes the pointer returned by `C._GoStringPtr()`
    could already be freed, while work is being done in C code that uses
    the pointer. Using `C.CString()` ensures the C string's lifetime.
* Remove own implementation of `free_network()`; Darknet actually does
  have its own!
* Changed some field names of `YOLONetwork` to make them look more
  consistent.
2018-06-06 23:36:52 +08:00
gyonluks
58293e13c0 Update READMEs.
* Add GoDoc badge.
2018-06-05 03:20:13 +08:00
gyonluks
2213c2f7a5 Initial implementation. 2018-06-05 03:05:11 +08:00