first commit
This commit is contained in:
17
floder/config.py
Normal file
17
floder/config.py
Normal file
@ -0,0 +1,17 @@
|
||||
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'
|
Reference in New Issue
Block a user