config.py 134 B

123456789
  1. import numpy as np
  2. from lcnn.box import Box
  3. # C is a dict storing all the configuration
  4. C = Box()
  5. # shortcut for C.model
  6. M = Box()