An open API service indexing awesome lists of open source software.

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

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
```