Skip to content

Baladier/Deteccion-de-ropa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ROS Clothing Detection

A package for the detection of clothings in images. This project is based on the ailia models repository.

Installation

  1. Create and activate a conda environment:
conda create -n clothing_det_env python=3.8
conda activate clothing_det_env
  1. Install clothing-detector dependencies:
pip install ailia
git clone https://github.com/axinc-ai/ailia-models.git
cd ailia-models
pip install -r requirements.txt

  1. Install ros-python dependencies:
pip install rospy rospkg pyyaml
  1. Compile ROS package:
roscd;cd ..
catkin_make

T5. Pasos que realice:

mkdir -p ~/clothingtest/src
cd clothingtest/
catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3
catkin_make

Pasos para correr los programas:

roscore (En otra terminal)
conda activate clothing_det_env
cd clothingtest
source /opt/ros/noetic/setup.bash
source devel/setup.bash
cd src/clothing_detection/src
python clothing_detector_node.py

En otra terminal..

cd ..
cd scripts
python3 camara_node.py
python visualization.py
...


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages