Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Saad Jbabdi
CellCounting
Commits
d82d6b81
Commit
d82d6b81
authored
Feb 06, 2020
by
Saad Jbabdi
Browse files
removed create_model from scripts
parent
7bd2e9d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
d82d6b81
...
...
@@ -9,14 +9,12 @@ setup(name='FSL_CellCounting',
author_email
=
[
'saad@fmrib.ox.ac.uk'
,
'oiwi@fmrib.ox.ac.uk'
],
url
=
'<someGitLabURL'
,
packages
=
[
'CellCounting'
,
'CellCounting.click_cells'
,
'CellCounting.models'
,
'CellCounting.utils'
],
#install_requires=['matplotlib','tifffile','scikit_image','pandas','keras','tensorflow-gpu','sklearn','h5py','jinja2'],
scripts
=
[
'CellCounting/click_cells/select_zones.py'
,
'CellCounting/click_cells/split_zones.py'
,
'CellCounting/click_cells/click_cells.py'
,
'CellCounting/click_cells/create_db.py'
,
'CellCounting/models/train_model.py'
,
'CellCounting/models/forward_density.py'
,
'CellCounting/models/create_model.py'
,
'CellCounting/utils/image_info.py'
,
'CellCounting/utils/cell_report.py'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment