Code Monkey home page Code Monkey logo

video_captioning_rl's People

Contributors

ramakanth-pasunuru 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

video_captioning_rl's Issues

MSVD Feature Extract

Hello, thank you very much for your contribution. I tried to reproduce your code on the MSVD data set, but I failed to try for a long time. Therefore, I would like to ask you what code did you use when extracting features, and how did you merge the two features into 4086 dimensions in the end?

Motion features

Excuse me, how do you extract the ResNeXt-101 motion features?

cannot reproduce result in your paper with InceptionV4

Hi, I tried to use InceptionV4 as CNN encoder to train the Baseline-XE model, but I cannot get the results like your paper. When finishing trarining, I got three .pth, i.e., epoch1, epoch2, and epoch3. I didn't konw which is more better, so I tested them respectively. I found epoch3.pth is the best among three. But the results are still lower than your paper.
I got the results as follows:
2020-04-22 18:00:49,045:INFO::Results:
2020-04-22 18:00:49,046:INFO::BLEU-4:0.3745473407866488
2020-04-22 18:00:49,046:INFO::METEOR:0.26116567752846037
2020-04-22 18:00:49,046:INFO::ROUGE_L:0.5878605132246427
2020-04-22 18:00:49,046:INFO::CIDEr:0.4295072766573666
2020-04-22 18:00:49,046:INFO::AVG:0.4132702020492796,
which are much lower than your paper, B4 38.6, M 27.7, R-L 59.5, and C 44.6.

I trained the model with python3.6.10, pytorch0.3.1, and TitanXP gpu.

MSVD part

Thank you for your excellent work. Can you provide the code to train and test on MSVD?

questions about pretrained baseline model 'msrvtt_model_base.pth'

Hello, Sir:

     When I employ the pretrained baseline-XE model using 'python main.py --mode test --load_path "path_to_model_ending_with_*.pth" --beam_size 5 ', there are losts of [UNK] and the result is too low.

    However, the results employed by pretrained model like 'CIDEr-RL' and 'CIDEnt-RL' is good.

   Are there any difference of command between baseline-XE and CIDEr-RL? Or is there something wrong with the baseline-XE model? 

Data preprocessing code

Thank you for your fantastic work, I wander whether you can provide the data processing code.

motion features for MSR-VTT videos

I cannot download the ResNet-152 frame-level features + ResNeXt-101 motion features for MSR-VTT videos data from the Google website. Can you share it with me in any other way?

request entailment classifier model

Hello, I cloned your code and found a missing entailment classifier model during runtime. I tried to find a suitable entailment classifier model on the Internet but failed to find a suitable model. So I hope you can share your entailment classifier model to me, thank you very much.

Code Question

There is an error in your code.

video_captioning_rl/models/seq2seq_atten.py

frame_packed = nn.utils.rnn.pack_padded_sequence(frames, flengths, batch_first=True)

ValueError: some of the strides of a given numpy array are negative. This is currently not supported, b
ut will be added in future releases.

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.