Skip to content

Conversation

YCAyca
Copy link

@YCAyca YCAyca commented Feb 15, 2021

I added 2 features.

  1. We are able to save images with prediction results to an output folder using --output_folder path
  2. We are able to cut the detections and save them grouping by their labels (predicted class) using --cut_folder path
    So if you give --cut_folder data/animals_output/ with 3 different classes (cat, dog, bird). You will have your predictions cutted and grouped in these 3 folders. (data/animals_output/cat data/animals_output/dog data/animals_output/bird)

I added 2 features.
1) We are able to save images with prediction results to an output folder using --output_folder path
2) We are able to cut the detections and save them grouping by their labels (predicted class) using --cut_folder path
So if you give --cut_folder data/animals_output/  with 3 different classes (cat, dog, bird). You will have your predictions cutted and grouped in these 3 folders. (data/animals_output/cat data/animals_output/dog data/animals_output/bird)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant