https://github.com/lovelybuggies/columbiauniversity_coms-4733_projects
Computational Aspects of Robotics -- Warm-Up Projects
https://github.com/lovelybuggies/columbiauniversity_coms-4733_projects
Last synced: about 1 month ago
JSON representation
Computational Aspects of Robotics -- Warm-Up Projects
- Host: GitHub
- URL: https://github.com/lovelybuggies/columbiauniversity_coms-4733_projects
- Owner: LovelyBuggies
- License: mit
- Created: 2020-12-30T08:31:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T09:03:43.000Z (over 4 years ago)
- Last Synced: 2025-02-08T10:45:21.688Z (3 months ago)
- Language: Python
- Size: 26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ColumbiaUniversity_COMS4733_Projects
Computational Aspects of Robotics -- Warm-Up Projects### HW3
```shell
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
python main.py
python gen_data_seg_model.py
```