Skip to content

ActiveBrainAtlas2/DKCell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSHL cell detector setup

This python package runs on python2. Here are the necessary steps for installing everything on Ubuntu 20.04 when you have no python2. If you already have python2 and virutalenv installed, look below.

  1. Install python2.7: sudo apt install python2
  2. Install dev packages: sudo apt install python2-dev
  3. Get pip2: wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
  4. Install pip2 sudo -H python2 get-pip.py
  5. Install virtualenv: sudo -H /usr/local/bin/pip install virtualenv
  6. Create a virtualenv, you might need to do a chown on the directory first: virtualenv /usr/local/share/cell_detector
  7. Activate venv: source /usr/local/share/cell_detector/bin/activate
  8. Get DKCell: git clone git@github.com:ActiveBrainAtlas2/DKCell.git
  9. Install requirements: pip install -r requirements
  10. Run: python test_frcnn_full_DK_May_2021_GPU0.py and look for errors.

For Ubuntu with python2 and virtualenv already installed (works on basalis)

  1. Create a virtualenv: `virtualenv ~/.virtualenvs/cell_detector
  2. Activate: `source ~/.virtualenvs/cell_detector/bin/activate
  3. Get DKCell: git clone git@github.com:ActiveBrainAtlas2/DKCell.git
  4. Install requirements: pip install -r requirements
  5. Run: python test_frcnn_full_DK_May_2021_GPU0.py and look for errors.

About

This is a fork of the CSHL cell detector. It uses tensorflow and keras.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MATLAB 53.0%
  • Python 46.6%
  • Shell 0.4%