8000 GitHub - RedwanNewaz/VRepObjectDetection
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RedwanNewaz/VRepObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vrep Object Detection

Installation

First off, clone this repo and then install packages from the requirements using

pip3 install -r requirements.txt

Next, go to ObjectDetector folder and run the following command to clone dependecies from github repo

./config_model.sh

Finally, navigate to ObjectDetctor/weights folder and download weights of your choice

SSDMobileNet

./donwload_weights.sh -s

Faster R-CNN

./donwload_weights.sh -f

EfficeintDet V2

./donwload_weights.sh -e

Vrep Config

To obtain images from vrep vision sensor first locate the vrep installtion directory and type in the terminal

vrep_installation_dir=<your_installtion_dir>

then copy remoteApi.so file from your vrep installation directory as follows:

sudo cp $vrep_installation_dir/programming/remoteApiBindings/lib/lib/Linux/64Bit $vrep_installation_dir/programming/remoteApiBindings/python/python

Tutorial

see examples folder

  • object_detection_test.py
  • vrep_demo_test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0