Skip to content

Commit

Permalink
Merge pull request #35 from saaresearch/develop
Browse files Browse the repository at this point in the history
Update Readme and fit bug image in example folder
  • Loading branch information
aimspot authored Jul 4, 2024
2 parents aa7e54e + 2b3123a commit 7fd551c
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 80 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ After you have placed your dataset in the folder ***user_datasets/*** and create

EPOCHS: 2
IMG_SIZE: 300
BATCH_SIZE: 16

# MODEL ZOO:
# ["yolov5l", "yolov5m", "yolov5n", "yolov5s", "yolov5x",
Expand All @@ -182,8 +183,10 @@ After you have placed your dataset in the folder ***user_datasets/*** and create
# **NOTE**: For successful training of the ssd model,
# the size of your images should not exceed 512x512

MODEL: ssd

# You can also use this format if need to train few models
# MODEL: ['yolov5s', 'yolov5l'] this can also be applied to parameters EPOCHS, BATCH_SIZE, IMG_SIZE
MODEL: ssd

# For multiprocessing.
# For CPU:
Expand Down
4 changes: 2 additions & 2 deletions examples/api_example_ODRS.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"id": "QyNYYnRb-yP8"
},
"source": [
"![WaRP-Categories.png](attachment:WaRP-Categories.png)"
"![WaRP-Categories.png](../docs/img/WaRP-Categories.png)"
]
},
{
Expand All @@ -264,7 +264,7 @@
"id": "CmBW9iRq-yP8"
},
"source": [
"![WaRP-Dataset.png](attachment:WaRP-Dataset.png)"
"![WaRP-Dataset](../docs/img/WaRP-Dataset.png)"
]
},
{
Expand Down
Loading

0 comments on commit 7fd551c

Please sign in to comment.