terraref / extractors-3dscanner

Scripts and code relevant to the 3D height scanner.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Panicle detection #25

Closed ZongyangLi closed 5 years ago

ZongyangLi commented 6 years ago

This is the initial version of panicle detection extractor, to deploy it on Nebular, further contribution is needed.

  1. Install the requirements conda install pip pyyaml sympy h5py cython numpy scipy conda install -c menpo opencv3 pip install easydict
  2. build the Cython modules for nms and the roi_pooling layer cd faster_rcnn_pytorch/faster_rcnn ./make.sh
  3. Convert GPU process to CPU