Skip to content

Commit

Permalink
added yolov4 on toys lab, added both hands and reach the closest object
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-lirussi committed Sep 29, 2023
1 parent c400e0e commit 39a70f4
Show file tree
Hide file tree
Showing 8 changed files with 1,283 additions and 40 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ models/yolov4.weights
models/yolov4_new.weights
models/yolov4x-mish.weights
models/yolov4-csp.weights
models/yolov4-colors.weights



Expand Down
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,41 @@
# Baxter-Robot-ObjDet
Repository for some experiments with Baxter robot and Object Detection.

### Jupyter Notebook
The notebook contains some examples of image processing with OpenCV and Pyhton.
If it's not in the right path, open the notebook with Anaconda Propt passing the correct disk.
Example:
The code allows the robot:
- to detect different objects,
- approach them with his arm, indipendently from their position on the table in front of it,
- pick them up safely and move them.

> The models of large size in the folder models can be downloaded from the [releases](https://github.com/igor-lirussi/Baxter-Robot-ObjDet/releases)
### Jupyter Notebooks
The notebooks contain some examples of image processing with OpenCV and Pyhton.

The notebooks study both face detection and object-detection.

If it's not in the right path, open the notebook with Anaconda Propt passing the correct disk. Example:
'''
jupyter notebook --notebook-dir=D:
'''

### Colors Toys Object Detection Model
A Yolo v4 model has been trained to detect 9 different classes of food toys present in CoLoRs Lab.

In the [releases](https://github.com/igor-lirussi/Baxter-Robot-ObjDet/releases) you can download:
- colors.names
- yolov4-colors.cfg
- yolov4-colors.weights

!(dataset)[img/dataset.jpg]

## Built With

* Python 3.7.18

## Changelog

**Version 1.0** - Initial release, 31-01-2022
**Version 1.1** - Added Colors yolov4 trained net, 28-09-2023

## Authors

Expand Down
2 changes: 1 addition & 1 deletion baxter-python3
Submodule baxter-python3 updated 2 files
+3 −3 README.md
+2 −2 faces.py
Binary file added img/dataset.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions models/-README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Model folder
Large files of this folder (es weights of the neural networks) can be downloaded manually from the [releases](https://github.com/igor-lirussi/Baxter-Robot-ObjDet/releases)
9 changes: 9 additions & 0 deletions models/colors.names
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apple
cabbage
carrot
cheese
grapes
lemon
mushroom
strawberry
tomato
Loading

0 comments on commit 39a70f4

Please sign in to comment.