Giter VIP home page Giter VIP logo

Comments (9)

lll-zy avatar lll-zy commented on August 26, 2024

I've already understood. I didn't notice before that there are two tasks to choose.

from arldm.

xichenpan avatar xichenpan commented on August 26, 2024

@lll-zy Great! You can refer to our paper to the task setting, feel free to address any further question

from arldm.

lll-zy avatar lll-zy commented on August 26, 2024

Thank you for your reply! But I still don't understand how test data is applied in visualization task. In the appendix of the paper, each ground truth image correspends to one text, and there are five texts and five outputs, right? However each sample in test dataset has five frames, they correspond to the same text. I don't understand what is the ground truth and its description when generating.

from arldm.

xichenpan avatar xichenpan commented on August 26, 2024

@lll-zy Hi, it is not correct that "However each sample in test dataset has five frames, they correspond to the same text.". If this happen, there must exist some bug in the implementation. Could you please share some case to me?

from arldm.

lll-zy avatar lll-zy commented on August 26, 2024

Maybe I misunderstood. I downloaded the flintstones dataset, which includes many .npy files. And the shape is (5, 128, 128, 3). In flintstones_annotations_v1. json, each .npy corresponds to a text.

from arldm.

xichenpan avatar xichenpan commented on August 26, 2024

@lll-zy yep, that's true, and each text should contains 5 captions. Each caption is corresponding to a frame

from arldm.

lll-zy avatar lll-zy commented on August 26, 2024

Are these 5 captions also in flintstones_annotations_v1. json? I can only find 'description' for each npy. And, the content of these 5 frames in each npy seems similar, like
1680415545(1)

from arldm.

xichenpan avatar xichenpan commented on August 26, 2024

@lll-zy It makes sense because every frames is sampled from video, the caption is in "flintstones_annotations_v1-0.json", as you can see in:

annotations = json.load(open(os.path.join(args.data_dir, 'flintstones_annotations_v1-0.json')))

You may debug our code to figure out how the dataset is organized.

from arldm.

lll-zy avatar lll-zy commented on August 26, 2024

I'll take a closer look. Thanks again for your answer.

from arldm.

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.