Skip to content

Commit

Permalink
fix url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
YaelBenShalom committed Mar 21, 2021
1 parent 36a885e commit 4f4fdcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Yael Ben Shalom, Northwestern University.

## Project Overview
This project contains 2 modules:
1. [**Traffic sign detection and classification**]https://github.com/YaelBenShalom/Objects-Recognition-and-Classification/tree/master/traffic_signs_detection) - In this module I built and trained a neural network to detect and classify different traffic signs using PyTorch, OpenCV and YoloV3.<br>
1. [**Traffic sign detection and classification**](https://github.com/YaelBenShalom/Objects-Recognition-and-Classification/tree/master/traffic_signs_detection) - In this module I built and trained a neural network to detect and classify different traffic signs using PyTorch, OpenCV and YoloV3.<br>
This module contained 2 parts:
* [traffic sign classification](https://github.com/YaelBenShalom/Objects-Recognition-and-Classification/tree/master/traffic_signs_detection/traffic_signs_classification) - Were I build and trained a neural network to classify different traffic-signs images.
* [traffic sign detection](https://github.com/YaelBenShalom/Objects-Recognition-and-Classification/tree/master/traffic_signs_detection/traffic_signs_recognition) - Were I trained neural network to detect different traffic-signs in an image/video.
Expand All @@ -20,7 +20,7 @@ This module contained 2 parts:
* [trash detection](https://github.com/YaelBenShalom/Objects-Recognition-and-Classification/tree/master/traffic_signs_detection/traffic_signs_recognition) - Were I trained neural network to detect different recycable objects in an image/video.

An example of trash detection program output:<br>
![Trash Recognition](https://github.com/YaelBenShalom/Objects-Recognition-and-Classification/blob/master/trash_detection/trash_recognition/images/real-time%20detection.gif)
![Trash Recognition](https://github.com/YaelBenShalom/Objects-Recognition-and-Classification/blob/master/trash_detection/trash_recognition/images/real-time%20detection2.gif)

As an additional development of the [Recycler Baxter](https://github.com/YaelBenShalom/Recycler-Baxter) project, I used the ML algorithm I implemented in this project to detect and locate the recycable objects sorted by the baxter robot:

0 comments on commit 4f4fdcf

Please sign in to comment.