Skip to content

luiscardozo/gluoncv-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GluonCV Samples

Samples based on GluonCV, from where I want to elaborate more.

Installation

# clone the repo
git clone https://github.com/luiscardozo/gluoncv-samples
cd gluoncv-samples

# create the Virtual Environment
python3 -m venv env
source env/bin/activate

# install the requirements
pip install -r requirements.txt

Running

For now, the samples are the same of the website. To run them, simply execute python file (inside the virtualenv).

For example, running python gluoncv_samples/faster_rcnn.py will download biking.jpg and then show the classes it have found.

biking.jpg biking_classes.png

About

Learning Gluoncv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages