Giter VIP home page Giter VIP logo

Comments (9)

Smicon avatar Smicon commented on June 29, 2024

@JGyoung33 I want to execute the code inside the docker container, but there are some problems. Can you ask for advice?

from pytorch-coviar.

JGyoung33 avatar JGyoung33 commented on June 29, 2024

@JGyoung33 I want to execute the code inside the docker container, but there are some problems. Can you ask for advice?

Hi, can you describe your problem in more detail? I am not familiar with docker container.

I run the code using vscode debugging mode, and it's very useful.

from pytorch-coviar.

Smicon avatar Smicon commented on June 29, 2024

@JGyoung33 The problem of handling ffmpeg in these days has now been successful. But now the code executes to the following position in model.py and throws an exception.` def get_augmentation(self):
if self._representation in ['mv', 'residual']:
scales = [1, .875, .75]
else:
scales = [1, .875, .75, .66]

    print('Augmentation scales:', scales)
    return torchvision.transforms.Compose(
        [GroupMultiScaleCrop(self._input_size, scales),
         GroupRandomHorizontalFlip(is_mv=(self._representation == 'mv'))])`exception:

image

Can you help me analyze the reasons?

from pytorch-coviar.

Songyyan avatar Songyyan commented on June 29, 2024

Hello,did you solve this problem? I was experiencing this problem during the first run of the code. Can you tell me the solution?Thank you very much!

from pytorch-coviar.

JGyoung33 avatar JGyoung33 commented on June 29, 2024

Hello,did you solve this problem? I was experiencing this problem during the first run of the code. Can you tell me the solution?Thank you very much!

Yes, I use more GPUs to train.

from pytorch-coviar.

Songyyan avatar Songyyan commented on June 29, 2024

@JGyoung33 Thank you very much for your reply. I would like to ask how to set the specific parameters? I also have the problem of "can not open input stream" when I run the code. I separately download the ffmpeg installed by the installation package ffmpeg, use the "configure" command to generate the include and lib folders under myffmpeg, and then ./reencode.sh to generate mpeg4_videos. Run the python train.py file after installing coviar. I have been running the code error all the time, I don’t know what went wrong.Thank you very much.

from pytorch-coviar.

chaoyuaw avatar chaoyuaw commented on June 29, 2024

Hi @Songyyan ,

Can you please share the exact commands you used? I can see if I can recognize anything. Did you follow exactly all steps in https://github.com/chaoyuaw/pytorch-coviar/blob/master/GETTING_STARTED.md#install ? For example, setting $LD_LIBRARY_PATH etc. Also I'm wondering if you got any error messages during these steps.

Thanks!

from pytorch-coviar.

Songyyan avatar Songyyan commented on June 29, 2024

@chaoyuaw ,First of all, I encountered the problem of "can not open the input stream", I downloaded the ffmpeg version again, and then completed the ffmpeg installation according to the steps in the article to read the input stream. After that, I encountered the problem that the "***stack smashing detected *** :python teminated " . I would like to ask what is the output level of this network. Is this problem caused by insufficient memory? How to set the parameters of the server? And how many servers do you have to run the code? Thank you very much!

from pytorch-coviar.

Wendy-up avatar Wendy-up commented on June 29, 2024

Hi, thanks for your suggestions, I already can reproduce your code, and I have a problem with the fusion of optical flow.

I guess that your fusion to optical flow is that after training and testing optical flow BN-Inception network, you would take the softmax scores using optical flow, and gives it a weight like "wm, wi ”, then integrate with a compressed part, is that true?

Thank you again!

hello, could you please tell me that do I need to pre-train the model on ImageNet as mentioned in the original paper to get similar results as the paper? Cause currently I reproduce the code but got poor accuracy on I,mv and residual, I don't know how to deal with this, really thank you!
HMDB51-I-split1

from pytorch-coviar.

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.