Git Product home page Git Product logo

temporally-language-grounding's People

Contributors

wujie1010 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

temporally-language-grounding's Issues

question about results

thanks for your sharing!
I run your code and get the results,but the performance is much worse than yours.
I have no idea about this,could you give me some advice?

Extremely slow data loading

Thanks for your sharing!

I encountered a problem when training MAC: Dataloader is extremely slow to load data even if I increase the num_work value. In the case of num_work equal to 16, a batch of data takes about 8 minutes to load. So I want to ask if you have this problem or if there is something wrong with my settings.

I noticed that the number of uncompressed visual feature and visual activity concepts tar files is huge (the former is about 940,000 and the latter is about 640,000).

pickle.load problem

I try to run your code, but I failed because of the pickle.load.

self.clip_sentence_pairs_iou_all = pickle.load(open("./Dataset/Charades/ref_info/charades_rl_train_feature.pkl"))

the the error is

TypeError: a bytes-like object is required, not 'str'

then I try

pickle.load(open("./Dataset/Charades/ref_info/charades_rl_train_feature.pkl",'rb'))

but the error is

UnicodeDecodeError: 'ascii' codec can't decode byte 0x81 in position 0: ordinal not in range(128)

I also tried several methods, but none of them working. Such as add encoding/decoding, import sys ...... I also try to use python2.7 load the data, but I get the same errors.

Feature extraction

Can you release the code about preprocessing the visual / sentence feature?
I want to know about how you get the visual feature (ResNet or others?) and what is the exact meaning of the sentence feature files.

Data processing confusion

hi WuJie,Sorry to bother you. I was reading your code to reproduce the A2C model and I was wondering how you dealt with the dataset. How to get ref_info folder and charades_rl_train_feature.pkl. Maybe my knowledge level is not enough, I hope to get your advice, thank you very much!

Loss function

  1. In the code, you didn't add Location/IoU loss, what you do is just create the variables without assigning any value. Actually, if I try to revise the loss function into correct code. I find the performance will decrease largely.

  2. The policy loss function is always negative and what we want to do is minimum this loss rather than make it always increase. I was wondering the reason is reward value is always lower than state value(According to the A2C formula) or this is the bug of the code.

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.