This repository contains template code for the following deep learning tasks:
-
Image Classification
-
Object Detection
- Semantic Segmentation
- Reinforcement Learning (Proximal Policy Optimization)
It is intended to run on our lab servers
- icsrl-exxact1.ece.gatech.edu
- icsrl-srv2.ece.gatech.edu
Lastly there are two things you need to configure before running:
- Dataset Path
- Transfer Learning weights
Both of these are available on the server and can be configured by setting the exxact flag in the script.
- exxact=1 implies you are working on the exxact server
- exxact=0 implies you are working on the icsrl2 server
Georgia Institute of Technology, ICSRL (http://icsrl.ece.gatech.edu/)
This project is licensed under the MIT License - see the LICENSE.md file for details