data cleaning and adding Pascal VOC annotations #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
One folder which includes the cleaned dataset-resized and its annotations has been added to the repository.
The new cleaned dataset has 2521 images as a result of removing 6 images from the dataset-resized due to the difficulty in object recognition and annotation by a person.
The cleaned dataset and annotations have been split in train and test sets which are the standard sets for object detection. The test dataset is approximately 20% of the entire dataset.
The cleaned dataset has been annotated using Pascal VOC standard for object detection.
While waiting for the pull request to be accepted by the owners, one can download the annotated dataset by accessing this pull request. If you are using this annotations for your work I would like to ask you to cite this paper: https://www.mdpi.com/2076-3417/10/20/7301. Thanks!