https://github.com/nguyenanhtuan1912/computer_vision_exercises
Trong này sẽ chứa các file source về bài tập Computer Vision.
https://github.com/nguyenanhtuan1912/computer_vision_exercises
computer-vision numpy opencv python
Last synced: 3 months ago
JSON representation
Trong này sẽ chứa các file source về bài tập Computer Vision.
- Host: GitHub
- URL: https://github.com/nguyenanhtuan1912/computer_vision_exercises
- Owner: NguyenAnhTuan1912
- Created: 2023-10-14T03:42:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T02:36:33.000Z (over 2 years ago)
- Last Synced: 2025-01-17T10:21:10.362Z (over 1 year ago)
- Topics: computer-vision, numpy, opencv, python
- Language: Jupyter Notebook
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Vision Exercises
Trong GIT này sẽ chứa các file py về bài tập CV của Nguyễn Anh Tuấn. Các bạn có thể lấy để tham khảo hoặc dùng. Ngoài ra thì mình chia thành các tuần.
__Lưu ý__: Có một số thư mục mà mình sẽ không thêm vào, các bạn phải tự thêm
- data
- xml
# Folder Structure
```
.
├── data/
│ ├── image_01.jpg
│ └── image_02.png
├── utils/
│ ├── __init__.py
│ └── myimage.py
├── xml/
│ ├── file_01.xml
│ └── file_02.xml
└── weeks/
├── week_01/
│ ├── prob01.py
│ └── prob02.py
└── week_02/
└── prob01.py
```
## Weeks
### Week 1
Tuần này mình chưa tạo, nhưng mà bài dễ thôi.
### Week 2
Xem thêm [tại đây](/weeks/week_02)
### Week 3
__Note__: Từ tuần này trở đi thì bài tập sẽ được làm và gộp chung ở trên Google Colab.
Xem thêm [tại đây](/weeks/week_03)
### Week 4
Xem thêm [tại đây](/weeks/week_04)