Skip to content

Telling the time from an image with computer vision (PyTorch + OpenCV)

Notifications You must be signed in to change notification settings

dghjunior/timekeeper

 
 

Repository files navigation

Telling the Time with Computer Vision

Read the blog post for a full explanation of the project!

Image Prediction

Why learn how to tell the time when your computer can?

Usage

Before you start, make sure you have the following packages installed (other packages should be prerequisites of these).

  1. torch
  2. torchvision
  3. opencv-python
  4. matplotlib

Run python main.py <FILE> and you should see your prediction displayed! Predictions are also saved to preds.png.

About

Telling the time from an image with computer vision (PyTorch + OpenCV)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%