-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. New classes txt file; 2. New api _example.ipynb; Fix: 1. Fixed errors when using the val folder instead of valid; 2. Fixed errors when creating a config for the ssd model that caused the gradient to zero; 3. Automatic resizing of images and annotations has been added for ssd 300. 4. The code for obtaining paths for the dataset has been optimized, now you can simply specify the name of the dataset or the path to it, if the dataset is not in users_dataset, it will be copied there; 5. Fixed errors during split dataset, now you can not specify the size of the test sample, it will be collected from the remaining images and annotations; 6. Fixed some bugs with paths Delete: 1. Folder yolo in user_dataset; 2. File prepare_train
- Loading branch information
Showing
14 changed files
with
1,384 additions
and
2,042 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.