Skip to content

A ML model for classifing robust grip conditions on an object for a simulated robot arm. A project for AI-539 Machine Learning Challenges @ OSU

Notifications You must be signed in to change notification settings

Aidan-B1409/robot_grasping_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

robot_grasping_classifier

Dataset available: https://www.kaggle.com/ugocupcic/grasping-dataset?select=shadow_robot_dataset.csv Download and extract archive from Kaggle Put shadow_robot_dataset.csv in data/ folder (or anywhere and supply the correct path to -i)

To run with existing fine-tuned models: python src/app.py -i data/shadow_robot_dataset.csv -m tuned_models.pkl

To perform new grid search and run with new models python src/app.py -i data/shadow_robot_dataset.csv -m <name> WARNING: Grid search may take a very long time.

About

A ML model for classifing robust grip conditions on an object for a simulated robot arm. A project for AI-539 Machine Learning Challenges @ OSU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages