• Stars
    star
    124
  • Rank 286,600 (Top 6 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

workout_tracker

Need to make these folders locally to store training images: unsorted_images
train/class1
train/class2
train/class3

And for testing: test/raw_images

gather_data_from_video.py starts a connection to your webcam and saves each frame to unsorted_images (it uses start_from.txt to ensure that no two images will have the same filename if you start and stop recording multiple times), from there use sort_data.py to annotate. Then, model.py has everything you need to get started with training and testing

For everyone asking for the model: https://drive.google.com/file/d/15HYJKqIi43ZfQjrvNp-5e7r0EqQoTkHT/view?usp=sharing

More Repositories

1

owl-vit-object-detection

object detection based on owl-vit
Python
50
star
2

stevebottos.github.io

My personal website.
HTML
5
star
3

owl-vit-auto-label

Uses owl-vit + image query to auto label
Python
2
star
4

pytorch-pipeline

A quick intro to the pytorch pipeline for my own exploration
Python
1
star
5

eye-tracker

A webcam eye tracker, a work in progress
Python
1
star
6

augment-pascal-voc

image augmentation for pascal voc formatted annotations
Python
1
star
7

yolov5-inferencing

YOLOv5, for inferencing only. Allows easy access to the detections.
Python
1
star
8

LA_Parking_Violations

The point of this side project is to create a map of LA according to parking tickets received from last year (2018) and to produce some helpful visualizations.
Jupyter Notebook
1
star
9

cpp_tutorials

A collection of C++ Tutorials that I put together for a class of junior electrical engineering students. They're designed to be short, simple, and accessible to complete beginners.
C++
1
star
10

bullish

a stocks management tool
Python
1
star
11

stocktwits-scraper

Gets stocktwits information for a specific ticker from specific users
Python
1
star
12

image-to-prompts

for a kaggle competition
Python
1
star
13

Gaze_Tracking_System_old

A prototype version of an algorithm which will track a reader's progression through text. Please visit https://stevebottos.github.io/2018/08/13/Gaze-Tracking-System/ for a detailed write-up of the system.
Python
1
star
14

MATLAB-Cognitive-State-Detection

Start-To-Finish implementation of a Neural Network in Matlab. Main program and auxiliary functions will take a data set (available on request), clean it appropriately, and train a NN to categorize each sample in terms of one of three classes. See Python repo for Python implementation.
MATLAB
1
star