18 lines
452 B
Python
18 lines
452 B
Python
from yacs.config import CfgNode as CfgNode
|
|
_C = CfgNode()
|
|
cfg = _C
|
|
|
|
_C.RESIZE = 648
|
|
|
|
#Monitoring table of commodity identification System
|
|
_C.model_path = './checkpoint/best_model.pth'
|
|
_C.maskImg = './imgs/mask.jpg'
|
|
_C.maskImg1 = './imgs/mask1.jpg'
|
|
|
|
_C.maskAreaImg = './imgs/maskAreaImg.jpg'
|
|
_C.maskAreaImg1 = './imgs/maskAreaImg1.jpg'
|
|
|
|
_C.streamModel = './checkpoint/raft-things.pth'
|
|
_C.hFile = './floder/tempdata'
|
|
_C.videoPath = './floder/tempvideos'
|