Giter VIP home page Giter VIP logo

lrgb's People

Contributors

migalkin avatar rampasek avatar toenshoff avatar vijaydwivedi75 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lrgb's Issues

Link broken for PCQM-Contact

Hi.
I found that the link for downloading PCQM-Contact seems to be broken,
which is
self.url = 'https://datasets-public-research.s3.us-east-2.amazonaws.com/PCQM4M/pcqm4m-contact.tsv.gz'
at line 294 in pcqm4mv2_contact.py. Could you please check that? Thanks.

I also open the same issue in GraphGPS repo, where you could double check this issue.
Thanks.

Identifier in peptides dataset

Hello, I found that there are identifier attributes in the peptide dataset, but I don't seem to find them described in the paper, could you please tell me what they are?
Best regards.

Adding LRGB to the HuggingFace hub

Hi!
@migalkin suggested on Twitter adding your datasets to the HuggingFace hub, which I think is a super cool idea, so I'm opening this issue to see if you need any help with that!

Here is the step by step tutorial on how to do so.
Ping me if you need anything in the process ๐Ÿค—

PASCAL VOC Data Preparation Error

Hello,

I am getting the following assertion error when I run the jupyter notebook to generate PASCAL VOC superpixel dataset. Can you please advise on how to resolve this error? I just ran the code without any modifications.

assert n_sp_extracted == np.max(superpixels) + 1, ('superpixel indices', np.unique(superpixels))

Best regards,
Hani

Ordering of pascal data in torch_geometric.data.lrgb.datasets

I am trying to work with the Pascal superpixel dataset. To avoid reprocessing the data, I used the Dataset class provided in torch_geometric ( https://pytorch-geometric.readthedocs.io/en/latest/_modules/torch_geometric/datasets/lrgb.html ).

I am trying to overlay the graphs on top of their corresponding images in the original dataset, which I downloaded from http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz . However, I cannot figure out which images in this dataset correspond to which graphs in the other dataset.

For example, the first image in the Pascal validation dataset has dimensions (333, 500), but the maximum (x, y) coordinates in the graph of the first image from the torch_geometric Dataset are (492, 367). Do these correspond to different images, or am I misunderstanding how the coordinates are calculated?

Apologies if this is the wrong place to ask this! I appreciate any help you can offer.

ModuleNotFoundError: No module named 'lrgb'

Hi,

So I wanted to import this repo as a module. I installed it through conda as pip install git+https://github.com/vijaydwivedi75/lrgb.git.
I've done the same with the GraphGPS repo.

When I run this simple piece of code:
import graphgps
import lrgb

I get ModuleNotFoundError: No module named 'lrgb'.

Notice that the graphgps module imports without problems which leads me to believe the problem is in the lrgb repo and for the life of me I cannot figure it out.

I'd be very happy to get any suggestion. Thanks!

Questions about PascalVOC-SP and COCO-SP

I found that the feature vector of these two datasets is 14-dimension, but when I read your paper , the description in this paper is " The initial feature of each superpixel node is 12 dimensional RGB feature value (mean, std, max, min) ".
So I don't particularly understand why the features are actually fourteen-dimensional. Could you please explain to me? Thanks for your kindness.

question about Peptides-struct

Hello,
Thank you for the nice code and timely dataset. I wonder as the label is of dimension 11, do you jointly predict all 11 features simultaneously, or do you predict each feature individually and then average MAE? Thank you!

Publish datasets in DGL format?

Hi LRGB authors,

Nice work! Curious if there is a plan to publish those datasets in the format that can be loaded by DGL? Or provide APIs similar to OGB for DGL users?

-Minjie

Support for PyG later than 2.0.2

Hello,

Any plans for supporting later releases of PyG (e.g. 2.1)? It's a fairly new benchmark and it's not compatible with the newest PyG releases out of the box.

Best regards,
Hani

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.