-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Irregular Galaxies #2
Comments
Hi, I'll give this a try! |
@Mornyres great, let me know if you need any help. |
OK, so I wrote a really basic Python script that just grabs a bunch of images and saves them as jpegs. It seems to work fine, but right now it's getting just the previews from google images, so most are around 150x150. Is that fine? Also, It takes a list of keywords from a separate file and searches for each one. Right now I'm just giving it a list of known irregular galaxies and then manually going through and deleting anything that doesn't look like a galaxy. Does this sound roughly right? Attached a few examples (Including some with lines or text I wasn't sure on whether to exclude) |
@Mornyres Hey, this looks good but during the preprocessing phase the images goes through cropping and scaling and for that generally it is better to have high-resolution images as this will be too small to even crop and due to this it might lose some important details. |
Redid it and now a minimum resolution can be specified. Right now they're at least 430x300, is that good or should it be a higher res? |
@Mornyres Please share an Example |
@Mornyres These will be fine, try using them and see if there is no effect on the results. I don't think there will be. |
@Mornyres Please send a PR whenever you can. |
Feature request
Support for detecting irregular galaxies also.
Add training data for Irregular galaxies to detect
The text was updated successfully, but these errors were encountered: