raresct / astrohack_solution

Solution to https://astrohack.org/
1 stars 1 forks source link

todo: incorporate distance in the image #1

Open SergeKrier opened 7 years ago

raresct commented 7 years ago

As per Marteen's email, we should transform the mass to mass to luminosity ratio, and luminosity = 4 pi d^2 * flux. Then we should remove distance from the features.

SergeKrier commented 7 years ago

in initial implementation, we totally missed the fact that original image size : 1) varies -> need to image size as feature 2) size is usually smaller than 224x224 (for vgg/resnet) , thus need upscaling -> use cv2 linear or cubic interpolation

raresct commented 7 years ago

Currently we use: