Package creation
MarijnJABoer opened this issue · 2 comments
MarijnJABoer commented
General
- package refs
- Setuptools
- Public repository
Data
- Place to save the data (as .h5, not as images)
Usage
- Check if you can run on another computer (requirements!)
- Shebang to the scripts link link (no need to add, but if, add:
#!/usr/bin/env python
) - Create global params (like folder choices and names of the files) as System args or at the start of a script link
Fixes
- fix using csv files that are comma delimited instead of colon.
- Fix relative pathways
- Fix compiling tensorflow link + link
-
numpy
andh5py
warning
Enhancement
- 10 Things I Wish Every Python Script Did
- Parallel downloading #5 (comment)
MarijnJABoer commented
I think all the pathways are relative now, but we have to check that on another computer
MarijnJABoer commented
Speeding up / Running Parallel
- https://stackoverflow.com/questions/3530955/retrieve-multiple-urls-at-once-in-parallel
- https://stackoverflow.com/questions/3490173/how-can-i-speed-up-fetching-pages-with-urllib2-in-python/3491455#3490368
- Use
Pillow-SIMD
- Own generator #16 with workers. Needs to be threadsafe.