mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-27 03:56:18 +08:00
Merge branch 'master' of github.com:LdDl/go-darknet
This commit is contained in:
@@ -34,7 +34,7 @@ To achieve it, after Darknet compilation (via make) execute following command:
|
|||||||
```shell
|
```shell
|
||||||
sudo cp libdarknet.so /usr/lib/libdarknet.so && sudo cp include/darknet.h /usr/local/include/darknet.h
|
sudo cp libdarknet.so /usr/lib/libdarknet.so && sudo cp include/darknet.h /usr/local/include/darknet.h
|
||||||
```
|
```
|
||||||
Note: do not forget to set LIBSO=1 in Makefile before executing make:
|
Note: do not forget to set LIBSO=1 in Makefile before executing 'make':
|
||||||
```Makefile
|
```Makefile
|
||||||
LIBSO=1
|
LIBSO=1
|
||||||
```
|
```
|
||||||
@@ -59,7 +59,7 @@ Download dataset (sample of image, coco.names, yolov3.cfg, yolov3.weights).
|
|||||||
```shell
|
```shell
|
||||||
./download_data.sh
|
./download_data.sh
|
||||||
```
|
```
|
||||||
Note: you don't need *coco.data* file anymore, because script below does insert *coco.names* into 'names' filed in *yolov3.cfg* file (so AlexeyAB's fork can deal with it properly)
|
Note: you don't need *coco.data* file anymore, because sh-script above does insert *coco.names* into 'names' filed in *yolov3.cfg* file (so AlexeyAB's fork can deal with it properly)
|
||||||
So last rows in yolov3.cfg file will look like:
|
So last rows in yolov3.cfg file will look like:
|
||||||
```bash
|
```bash
|
||||||
......
|
......
|
||||||
|
Reference in New Issue
Block a user