Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some bugs and add new feature. #29

Merged
merged 6 commits into from
Nov 29, 2023
Merged

Fix some bugs and add new feature. #29

merged 6 commits into from
Nov 29, 2023

Conversation

aimspot
Copy link
Collaborator

@aimspot aimspot commented Nov 29, 2023

Update:

  1. Create exp in runs;
  2. Create balance plot;
  3. Acceleration of processing

Add:

  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
  7. Ml model split data

Delete:

  1. Folder yolo in user_dataset;
  2. File prepare_train

aimspot and others added 6 commits November 24, 2023 18:56
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
1. Create exp in runs;
2. Create balance plot;
3. Acceleration of processing
api delete test_value
@aimspot aimspot added bug Something isn't working enhancement New feature or request labels Nov 29, 2023
@aimspot aimspot requested a review from a-smetanin November 29, 2023 14:51
@a-smetanin a-smetanin merged commit b8dbc45 into master Nov 29, 2023
2 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants