GridFree: A pixel-level label tools to segment high-throughput images
Implement Python version >= 3.6.5
- install Python 3.6.5, download link: https://www.python.org/downloads/release/python-365/
MacOS
install
- execute
python3 -m pip install -r requirements.txtto install required packages
run the software
- execute
./runon a terminal to run the software
Linux OS
install
- execute
python3 -m pip install -r requirements.txtto install required packages
run the software
- execute
./runon a terminal to run the software
Windows OS
install
- run
cmdgo to the path you downloaded GridFree, you can executecdspaceyour download path - execute
python -m pip install -r requirements.txtto install required packages - execute
python -m pip install opencv-pythonfor opencv package - execute
python -m pip install scikit-imagefor package installation - execute
python -m pip install sklearnfor package installation 
- YouTube: https://youtu.be/fSgH1-35Hyw
run the software
- execute
python tkinterGUI_nw.pyto run the software
If crashed
Modify matplotlibrc file ADD: backend: TkAgg


