Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ trainer.setTrainConfig(object_names_array=["hololens"], batch_size=4, num_experi

In the line above, we configured our detection model trainer. The parameters we stated in the function as as below:

- **num_objects** : this is an array containing the names of the objects in our dataset
- **object_names_array** : this is an array containing the names of the objects in our dataset
- **batch_size** : this is to state the batch size for the training
- **num_experiments** : this is to state the number of times the network will train over all the training images,
which is also called epochs
Expand Down