Giter VIP home page Giter VIP logo

Comments (6)

abhaygargab avatar abhaygargab commented on June 2, 2024 1

I solved the issue by replacing the line in Extract_Feats.py-
frame = skimage.transform.resize(frame,[224,224]) with
frame = skimage.transform.resize(frame,[224,224], preserve_range=True).
I found this solution following this issue-
chenxinpeng/S2VT#5

from video-captioning.

rupeshchandgude avatar rupeshchandgude commented on June 2, 2024

I am facing same problem. I have followed the sequence mentioned and trained the model. while training the results shown are relatable with GT. But while running test file, it always shows same sentence for every video and the sentence contains same words repeatably.
I have attached the error file which contains the training results and testing results.

error.txt

from video-captioning.

vijayvee avatar vijayvee commented on June 2, 2024

Hi @rupeshchandgude, I think the error that you're mentioning is slightly different from what @Aishwaryabaskaran was facing since your predictions are not using the same model that I provided with the repo. Could you please check if your results make more sense when restoring from the checkpoint I provided?

From your output, it seems that your model is overfitting on the training set. Are you sure you are using regularization techniques correctly in the model?

from video-captioning.

abhaygargab avatar abhaygargab commented on June 2, 2024

Was this problem solved?? I am using the model weights and checkpoint from the repository but my output is always same (repeated words without ) for any input.
Will be thankful for any hints on this.

from video-captioning.

vijayvee avatar vijayvee commented on June 2, 2024

Thanks for your interest in the repo, I don't think this is a wrong checkpoint file since I created my demo video with this file. How does the train set output look for you?

from video-captioning.

vijayvee avatar vijayvee commented on June 2, 2024

That's great, thanks for sharing @abhaygargab ! Closing this issue for now, please reopen if the above solution doesn't work for anyone.

from video-captioning.

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.