Git Product home page Git Product logo

Comments (3)

akira-l avatar akira-l commented on August 15, 2024

Besides, to correspond the file names, I change the code as:

        # download specific
        split_files = {
            #'train': 'Train_GCC-training-success-020321-VALIDIMG.csv',
            #'train': 'Train_GCC-training.tsv',
            'train': 'Image_Labels_Subset_Train_GCC-Labels-training.tsv',
            #'val': 'Validation_GCC-1.1.0-Validation-success-020321-VALIDIMG.csv',
            'val': 'Validation_GCC-1.1.0-Validation.tsv',
            # there is no test
            #'test': 'Validation_GCC-1.1.0-Validation-success-020321-VALIDIMG.csv'
            'val': 'Validation_GCC-1.1.0-Validation.tsv',
        }

from frozen-in-time.

m-bain avatar m-bain commented on August 15, 2024

These files are specific to my server, I changed them and removed broken links.
CC3M is using .tsv format (tab separated).
So change L24 in https://github.com/m-bain/frozen-in-time/blob/main/data_loader/ConceptualCaptions_dataset.py
metadata = pd.read_csv(os.path.join(self.metadata_dir, target_split_fp))
to
metadata = pd.read_csv(os.path.join(self.metadata_dir, target_split_fp), sep='\t')

from frozen-in-time.

akira-l avatar akira-l commented on August 15, 2024

Thanks for your reply. I change the code as your suggestions, but still get a keyerror as:

  File "/opt/conda/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 3623, in get_loc
  raise KeyError(key) from err
KeyError: 'thumbnailUrl'

Can you share the tsv files in your experiments ?

from frozen-in-time.

Related Issues (20)

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.