Code Monkey home page Code Monkey logo

galaxy-datasets's Issues

could not find the internal_urls.py

import os

_expected_internal_urls_loc = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'shared/internal_urls.py')
INTERNAL_URLS_EXIST = os.path.isfile(_expected_internal_urls_loc)

I could not find the internal_urls.py so that I'm unable to download gz_rings, gz_cosmic_dawn and gz_hubble_euclidized. Is it available?

Dependencies

There's some dependencies that are out of date.

Doubled root in candels galaxy_dataset

In candels dataset, the root is joined two times:

first in download_utils.py (14):

self.image_dir = os.path.join(self.root, image_dirname)

then in candels.py (44):

catalog['file_loc'] = catalog.apply(lambda x: os.path.join(root, downloader.image_dir, x['filename']), axis=1) 

We should check if that's just for this dataset.

On the availability of GZrings dataset

I am currently working on a research topic involving Anomaly detection in galaxy morphology using Outlier exposure. Ideally I need to devise a data setup where I'd like to detect rings and mergers as anomaly. Under the pretext that these morphologies are rather rare compared to others.

I understand the rings dataset is currently internal but I noticed in a separate issue that you may be wiling to share it. I'd like to chat about how we can go about this if possible.

new release?

Linked to recent features like #15 can we cut a release for this?

gz2 dataset file_loc

Should the file_loc be overwritten in the catalogues to show the local path when the GZ2 data are downloaded?

from galaxy_datasets import gz2

catalog, label_cols = gz2(
    root='/Users/ascaife/SRC/MANGA/gz2',
    train=True,
    download=True
)

leaves the paths in file_loc as /home/walml/repos/galaxy-datasets/roots/gz2/... etc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.