Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding models folder structure
  • Loading branch information
hadikoub authored Jul 28, 2020
1 parent 2b66555 commit 6cfcd3c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ Performs inference on specified model and a list of images, and returns bounding
The folder "models" contains subfolders of all the models to be loaded.
Inside each subfolder there should be a:

```
~/BMW-YOLOv4-Inference-API-GPU/models/<name-of-the-model>/config.json
~/BMW-YOLOv4-Inference-API-GPU/models/<name-of-the-model>/obj.data
~/BMW-YOLOv4-Inference-API-GPU/models/<name-of-the-model>/obj.names
~/BMW-YOLOv4-Inference-API-GPU/models/<name-of-the-model>/yolo-obj.cfg
~/BMW-YOLOv4-Inference-API-GPU/models/<name-of-the-model>/yolo-obj.weights
```

- Cfg file (yolo-obj.cfg): contains the configuration of the model

- data file (obj.data): contains number of classes and names file path
Expand Down

0 comments on commit 6cfcd3c

Please sign in to comment.