项目作者: knielbo

项目描述 :
Eductional material on deep learning applications in computer vision
高级语言: Python
项目地址: git://github.com/knielbo/cvca-x.git
创建时间: 2020-02-16T10:00:03Z
项目社区:https://github.com/knielbo/cvca-x

开源协议:MIT License

下载


CVCA-X: Computer Vision for Culture Analytics

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

For running in virtual environment (recommended) and assuming python3.6+ is installed.

  1. sudo pip3 install virtualenv
  2. virtualenv -p /usr/bin/python3.6 venv
  3. source venv/bin/activate

Installing

Clone repository and install requirements

  1. git clone https://github.com/knielbo/cvca-x.git
  2. pip install -r requirements.txt

To train model

To run model

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

  1. todo

And coding style tests

Explain what these tests test and why

  1. Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Versioning

Authors

Kristoffer L. Nielbo
Ross D. Kristensen-McLachlan

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Adrian Rosebrock, pyimagesearch