Giter VIP home page Giter VIP logo

svtas's People

Contributors

dependabot[bot] avatar thinksky5124 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

svtas's Issues

Configs for Transeger

Hi, thank you for your work.

I am trying to reproduce the paper's results. May i know which is the Transeger configs you've used?

I3D feature for EGTEA

Hi, thank you so much for the excellent contribution and code sharing.

May I inquire whether the extracted I3D features for the EGTEA is available to access?

Thanks!

关于使用asformer在k=32的情况下在GTEA数据集的表现

请问你们asformer在k=32的片段长度下的性能,是使用全视频训练32帧片段测试,还是32帧片段训练32帧片段测试,或是其他的什么训练策略呢?以及是将asformer的block num降低到了多少呢?感谢您的回答

关于Transeger中的文本初始化

Traceback (most recent call last):
File "main.py", line 121, in
main()
File "main.py", line 111, in main
train(cfg,
File "/home/pengfang/SVTAS-svtas-paper/tasks/train.py", line 202, in train
runner.run_one_iter(data=data, r_tic=r_tic, epoch=epoch)
File "/home/pengfang/SVTAS-svtas-paper/tasks/runner.py", line 259, in run_one_iter
self.run_one_clip(sliding_seg)
File "/home/pengfang/SVTAS-svtas-paper/tasks/runner.py", line 228, in run_one_clip
score, loss_dict = self._model_forward(data_dict)
File "/home/pengfang/SVTAS-svtas-paper/tasks/runner.py", line 200, in _model_forward
outputs = self.model(input_data)
File "/home/pengfang/.conda/envs/svtas/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1194, in _call_impl
return forward_call(*input, **kwargs)
File "/home/pengfang/SVTAS-svtas-paper/model/architectures/segmentation/transeger.py", line 77, in forward
text_output = self.text_backbone(text_input)
File "/home/pengfang/.conda/envs/svtas/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1194, in _call_impl
return forward_call(*input, **kwargs)
File "/home/pengfang/SVTAS-svtas-paper/model/architectures/general/encoder_2_decoder.py", line 64, in forward
x = self.encoder(x, masks)
File "/home/pengfang/.conda/envs/svtas/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1194, in _call_impl
return forward_call(*input, **kwargs)
File "/home/pengfang/SVTAS-svtas-paper/model/backbones/language/learner_prompt.py", line 87, in forward
print('labels',labels.size())
AttributeError: 'NoneType' object has no attribute 'size'

在运行尝试运行transeger时,发现text_backbone的输入无法初始化,因为是第一个片段,所以class Transger中的self.last_clip_labels为None,无法进行文本编码,请问是代码的bug还是我的输入需要调整?

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.