Git Product home page Git Product logo

videofeatureextractor's People

Contributors

arrowluo 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

Watchers

 avatar  avatar

videofeatureextractor's Issues

Error when run extract.py

thank you for your work!
when i run the extract.py in command
`python extract.py --csv=./input.csv --type=s3dg --batch_size=64 --num_decoding_thread=1
D:\Github\VideoFeatureExtractor
Loading S3DG ...
Weights from pretrained model not used in S3D:
text_module.word_embd.weight
text_module.fc1.weight
text_module.fc1.bias
text_module.fc2.weight
text_module.fc2.bias
loaded
D:\Github\VideoFeatureExtractor
Decoding video: D:/Github/VideoFeatureExtractor/data/1.mp4
ffprobe failed at: D:/Github/VideoFeatureExtractor/data/1.mp4
Video D:/Github/VideoFeatureExtractor/data/1.mp4 already processed.Decoding video: D:/Github/VideoFeatureExtractor/data/2.mp4

ffprobe failed at: D:/Github/VideoFeatureExtractor/data/2.mp4
Video D:/Github/VideoFeatureExtractor/data/2.mp4 already processed.`
Could you check with it?

Can I use multiple GPU to speed up feature extraction?

@ArrowLuo
Hi! As you mentioned in the README,

And modified from https://github.com/antoine77340/video_feature_extractor.

Can I use multiple GPU to speed up feature extraction, just like https://github.com/antoine77340/video_feature_extractor#can-i-use-multiple-gpu-to-speed-up-feature-extraction-?

CUDA_VISIBLE_DEVICES=0 python extract.py --csv=./input.csv --type=s3dg --batch_size=64 --num_decoding_thread=4
CUDA_VISIBLE_DEVICES=1 python extract.py --csv=./input.csv --type=s3dg --batch_size=64 --num_decoding_thread=4
CUDA_VISIBLE_DEVICES=2 python extract.py --csv=./input.csv --type=s3dg --batch_size=64 --num_decoding_thread=4
CUDA_VISIBLE_DEVICES=3 python extract.py --csv=./input.csv --type=s3dg --batch_size=64 --num_decoding_thread=4

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.