avatar42 / deepstack

DeepStack utils.
Apache License 2.0
0 stars 0 forks source link

Add tool to dump object images #7

Open avatar42 opened 2 years ago

avatar42 commented 2 years ago

Idea is to run through all train and test images saving cropped images of the objects into folders in debug.pics named for the class. This should make seeing mislabeled images easier to see.

avatar42 commented 2 years ago

cropped images should be named orgImageName.objNum.jpg

avatar42 commented 2 years ago

Note this is diff from trainTest in that it dumps all objects not just "mismatched" ones.