Skip to content

ITainment-UIT-04/TensorFlowObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Object Detection using SSD Mobilenet V2

Python 3.9 Anaconda

Setup

  • Environment: anaconda (window, wsl, linux)
  • Create new environment
  • Install tensorflow, opencv, numpy
  • Git clone repository
  • Run file run_me.py

Installation

Anaconda

conda update conda
conda create --name tf-env
conda info --env
conda activate tf-env

Install Tensorflow

conda install -c conda-forge tensorflow

Install Opencv

conda install -c conda-forge opencv

Install Numpy

conda install -c anaconda numpy

Model

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages