Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 618 Bytes

feature.md

File metadata and controls

33 lines (17 loc) · 618 Bytes

Features

  • CMU's original network architecture and weights.

    • Transfer Original Weights to Tensorflow

    • Training Code with multi-gpus

    • Evaluate with test dataset

  • Inference

    • Post processing from network output.

    • Faster post-processing

    • Multi-Scale Inference

  • Faster network variants using custom mobilenet architecture.

    • Depthwise Separable Convolution Version

    • Mobilenet Version

  • Demos

    • Realtime Webcam Demo

    • Image File Demo

    • Video File Demo

  • ROS Support. See [./etcs/ros.md](ros readme).