Skip to content

R wrapper to Darknet (Open Source Neural Networks in C)

Notifications You must be signed in to change notification settings

edoffagne/Rdarknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rdarknet

Build Status

Introduction

Darknet is an open source neural network framework written in C and CUDA. This package only exposes a function to run a detector on a pre-trained model.

Usage

Type the following lines in an R session:

require(Rdarknet)
run_detector(0.3, "cfg/yolo.weights", "cfg/coco.dat", "cfg/yolo.cfg",
             "data/dog.jpg", "out.jpg")

Please note the weights are not included in the package and need to be downloaded here.

Installation

To install the package, run the following command in a terminal:

$ R -e "devtools::install_github('edoffagne/Rdarknet')"

About

R wrapper to Darknet (Open Source Neural Networks in C)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages