ceyda commited on
Commit
3cdedf8
1 Parent(s): 718dc93

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ This a subset of "ceyda/smithsonian_butterflies" dataset with additional processing done to train the "ceyda/butterfly_gan" model.
2
+
3
+ The preprocessing includes:
4
+ - Adding "sim_score" to images with CLIP model using "pretty butterfly","one butterfly","butterfly with open wings","colorful butterfly"
5
+ - Removing butterflies with the same name(species)
6
+ - Limiting only to the top 1000 images
7
+ - Removing the background (doing another sim_scoring after bg removal did visually worse so didn't do it)
8
+ - Detecting contours
9
+ - Cropping to the bounding box of the contour with the largest area
10
+ - Converting back to RGB