Skip to content

Commit b73f539

Browse files
committed
Added text to Hand Detector project
1 parent 698c78c commit b73f539

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_projects/15HandDetector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ excerpt: "March 2019: Uses a NN and CV to classify hands in images"
44
permalink: projects/HandDetector/
55
header:
66
teaser: assets/images/Hand.jpeg
7-
---
7+
---
8+
9+
This project was done as a final project for the AI Project class at UCI. We used Pytorch to develop a hand classifier using multiple methods. One of the methods was just a standard deep neural network, another was a deep neural network on images that had been preprocessed for skin-detection, and a third implemented feature detection. We decided to use ImageNet images because they would produce enough variety in subjects to reduce the risk of overtraining. My job was to create the data banks we were to use as well as to develop the neural network to be used with skin-detected images.

0 commit comments

Comments
 (0)