资源算法densepose-video

densepose-video

2019-12-31 | |  85 |   0 |   0

Densepose on video

Put the .py files with your detectron installation.

Use command
python2 tools/infer_vid.py     
--cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml     
--output-dir DensePoseData/infer_out/    
--wts https://s3.amazonaws.com/densepose/DensePose_ResNet101_FPN_s1x-e2e.pkl 
--input-file filename

Note: Requires about 4GB VRAM.

If you use ResNet101_FPN_s1x model, you need more than 4GB of memory. If you have only 4GB use ResNet50_FPN_s1x.

You can get configs and models from here.

Additional requirement - ffmpeg

Tested with
  • Ubuntu 16.04

  • Cuda 9.0

  • CUDNN 6

  • opencv 3.4

  • GTX 1050 Ti

  • GTX 1080 Ti

Example, ran on Geralt doing some witcherin'

geralt.gif

And a bit of Night city.

cpunk.gif


上一篇:densepose_installation

下一篇:densepose_python3

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...