Git Product home page Git Product logo

yayab / caffebeniz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jolibrain/caffe

0.0 1.0 0.0 47.71 MB

Caffe: a Fast framework for deep learning. For the most recent version checkout the dev branch. For the latest stable release checkout the master branch.

Home Page: http://caffe.berkeleyvision.org/

License: Other

CMake 2.16% Makefile 0.56% Shell 0.44% Python 8.17% C++ 80.88% Cuda 7.09% MATLAB 0.70%

caffebeniz's Introduction

Caffe for DeepDetect

This is a slightly modified version of Caffe as used by the Deep Learning API & server Deepdetect. The repository is kept up to date with the original Caffe master branch.

Improvements and new features include:

  • Switch from LOG(FATAL) error to CaffeErrorException thrown on every recoverable errors. This allows the safe use of Caffe as a C++ library from external applications, and in production
  • Various fixes, including ability to run the exact same job in parallel
  • Makefile fixes with default build supporting all NVIDIA architectures
  • Sparse inputs and CPU/GPU computations
  • Support for class weights applied to Softmax loss, useful for training over imbalanced datasets
  • SSD: Single Shot MultiBox Detector for object detection in images
  • Support for lightweight nets via accelerated depthwise convolutions (BVLC#5665) and shufflenet layer (https://github.com/farmingyard/ShuffleNet).
  • Support for image segmentation, via PSPNet, U-Net, SegNet, etc...
  • Support for Squeeze & Excitation Nets (https://github.com/hujie-frank/SENet).
  • Support for SoftNMS with SSD (https://arxiv.org/abs/1704.04503)
  • Support for Focal-Loss with SSD (https://arxiv.org/abs/1708.02002)

While this is intended to be used with DeepDetect, this is a great alternative to the original Caffe if you'd like to avoid uncaptured errors, train from text or sparse data, need built-in image detection.

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.