Skip to content
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

Open
ritwik12 opened this issue Jan 22, 2019 · 9 comments
Open

Irregular Galaxies #2

ritwik12 opened this issue Jan 22, 2019 · 9 comments
Labels
good first issue Good for newcomers

Comments

@ritwik12
Copy link
Owner

Feature request

Support for detecting irregular galaxies also.
Add training data for Irregular galaxies to detect

@ritwik12 ritwik12 added the good first issue Good for newcomers label Jan 22, 2019
@Mornyres
Copy link

Hi, I'll give this a try!

@ritwik12
Copy link
Owner Author

@Mornyres great, let me know if you need any help.

@Mornyres
Copy link

Mornyres commented Jun 5, 2019

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)

IC10_3
NGC4236_1
NGC5195_3
NGC5408_4
NGC6745_0

@ritwik12
Copy link
Owner Author

ritwik12 commented Jun 6, 2019

@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.

@Mornyres
Copy link

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?

@ritwik12
Copy link
Owner Author

@Mornyres Please share an Example

@Mornyres
Copy link

6 350px-NGC_1512
18 NGC_2541GALEX
1 i5152aat
7 IC1346-DSS2

Those are the 4 smallest ones.

@ritwik12
Copy link
Owner Author

@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.

@ritwik12
Copy link
Owner Author

@Mornyres Please send a PR whenever you can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants