KO
|
EN
gitlite — search
Search
#python
#java
#php
#dotnet
#machine-learning
#unity
#kotlin
#tensorflow
#latex
#csharp
#swift
#react
Leaf-GP
★ 30
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
Redux-ReactiveSwift
:
Redux implementation over ReactiveSwift
SSM
:
SSM框架(Spring+SpringMVC+MyBatis+Maven),已实现功能:管理员-> 角色创建、权限控制、管理员管理(增删改查)、系统运行日志、人群标签管理、普通用户管理、数据导出
SHIELD-v2-old
:
Moved to https://git.shieldx.sh/SHIELD-team/Core-Projects/SHIELD
UniTube
:
An open source client for YouTube.
orbital
:
Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Leaf-GP
?
Download (.md)
# Leaf-GP Ji Zhou<sup>1,2,3,*</sup>, Christopher Applegate<sup>1</sup>, Daniel Reynolds<sup>1</sup>, and Nick Pullen<sup>2</sup> <sup>1</sup>Earlham Institute, Norwich Research Park, Norwich UK <sup>2</sup>John Innes Centre, Norwich Research Park, Norwich UK <sup>3</sup>University of East Anglia, Norwich Research Park, Norwich UK <sup>*</sup>Correspondence: ji.zhou@NIAB.com; Ji.Zhou@NJAU.edu.cn ## Install Python, the Anaconda Python distribution and OpenCV Python Binding 1. Install Python releases: • Read the beginner’s guide to Python if you are new to the language: https://wiki.python.org/moin/BeginnersGuide • For Windows users, Python 2 release can be downloaded via: https://www.python.org/downloads/windows/ • For Mac OS users, Python 2 release can be downloaded via: https://www.python.org/downloads/mac-osx/ • Leaf-GP currently only supports Python 2.7.x 2. Install Anaconda Python distribution: • Read the install instruction using the URL: https://docs.continuum.io/anaconda/install • For Windows users, a detailed step-by-step installation guide can be found via: https://docs.continuum.io/anaconda/install/windows • For Mac OS users, a detailed step-by-step installation guide can be found via: https://docs.continuum.io/anaconda/install/mac-os.html • An Anaconda Graphical installer can be found via: https://www.continuum.io/downloads#macos • We recommend users to install the latest Anaconda Python distribution 3. OpenCV • After having installed the Anaconda distribution, users can use conda (a package manager application) to install OpenCV (version 2.4.11, required by Leaf-GP). • To install this package with conda run: conda install -c menpo opencv • Menpo online package repository can be found via: https://anaconda.org/menpo/opencv • For installing the full-version OpenCV-Python, see the URL: http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_tutorials.html