New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

intuitivo_cv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intuitivo_cv

for intuitivo only

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Darknet.JS

Basado en el repositorio de https://github.com/bennetthardwick/darknet.js

Instalación

Instalar con npm desde el command:

npm install intuitivo_cv

Modo de uso

  GNU nano 2.5.3                                            File: prueba.js                                                                                                

const { Darknet } = require('intuitivo_cv');
 
const darknet = new Darknet({
  weights: '/home/ubuntu/darknet/data_train/models/yolov3-gondolas_final.weights',
  config: '/home/ubuntu/vending-fridge-api/configuracion.cfg',
  namefile: '/home/ubuntu/darknet/data_train/data/gondolas.names'

});
console.log(darknet.detect('/home/ubuntu/darknet/data_train/prueba.png'));
console.log(darknet.detect('/home/ubuntu/vending-fridge-api/pizza.png'));

Keywords

darknet

FAQs

Package last updated on 29 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts