Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 297 Bytes

Optimization Examples

인공지능 최적화 예제 코드

How to run

# Install requirements
$ python -m pip install opencv-python
$ python -m pip install matplotlib

# Run examples
$ python least_squares.py sample_text.png
$ python least_squares_robust.py sample_circle.png
...