Skip to content

hollaus/msSegment

 
 

Repository files navigation

msSegment

Documentation Status

msSegment is a program for the binarization of multispectral document images. The project is a fork of dhSegment, which is developed by Benoit Seguin and Sofia Ares Oliveira at DHLAB, EPFL.

Simple cmd's for Fabian

watch -n1 nvidia-smi

  • export environment: pip freeze > requirements.txt
  • read environment: pip install -r requirements.txt
  • show the GPU workload: watch -n 0.5 nvidia-smi
  • show available versions for tensorflow: pip install tensorflow==
  • install version 1.12: pip install tensorflow==1.12.0
  • check if gpu is supported by tensorflow version: python import tensorflow as tf sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))

About

Generic framework for historical document processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.9%
  • Jupyter Notebook 4.1%