Skip to content

Commit

Permalink
specify python version and numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
robertklee committed Sep 13, 2020
1 parent 18f6c38 commit 28b5ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This document describes implementing a convolutional neural network (CNN) to per
# Getting Started
Clone the repository and run `train.py` to train the model. The command line parameters that `train.py` are described in `argparser` help comments. The script will check for the pre-trained model weights and dataset, and automatically download them if they don't exist. The links are confirmed to be working as of Sept. 12th, 2020.

This project was tested with **Python 3.6.8**.

Requirements can be installed via the `requirements.txt` file.

Completed models, as well as the dataset and pre-trained encoder weights, are available on a personal [OneDrive link](https://1drv.ms/u/s!AnSUzPfRDFUagcFB0qdPnt9YKApvcw?e=Drg1qf).
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ tensorflow==1.15.2
opencv-contrib-python==4.4.0.42
opencv-python==4.4.0.42
matplotlib
numpy==1.16.0
numpy
requests

0 comments on commit 28b5ac4

Please sign in to comment.