Giter Club home page Giter Club logo

react's People

Contributors

dingfengshi 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

react's Issues

about transformer encoder codes

Hello, thank you for your excellent work. I have a question to ask you:
The video features are extracted by the feature extractor. Before the transformer encoder, it passes through an FC layer. What are the codes for feature processing and input to the encoder before the encoder? And what are the codes that the encoder outputs after the feature processing?

ๅ›พ็‰‡

Thank you.

Code running problems

Hello, the installation part of the code really do not understand, can you be more detailed?

Hi! I think there might be a detail missing in the code

In the React/thumos_dataset.py, and in the getitem () function, if it is training mode now, and when the self.provide_contrastive_data is True, we will get sample_gt as well as pos_sample_segment, neg_sample_segment and candidated_segments.

When we get pos_sample_segment, neg_sample_segment and candidated_segments, as the code shows:
pos_sample_segment = pos_sample_segment * (len(pos_feat) / self.clip_len)
neg_sample_segment = neg_sample_segment * (len(neg_feat) / self.clip_len)
candidated_segments = candidated_segments * (gt_len / self.clip_len)
Their start and end points are scaled to a value relative to 256.
However, the start and end of sample_gt are still relative to its own snippet_num.

Should a similar scaling operation be done for sample_gt here?

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.