Files
ieemoo-ai-conpurchase/floder/config.py
2023-06-26 16:31:07 +08:00

18 lines
692 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 = '../module/ieemoo-ai-conpurchase/model/now/best_model.pth'
_C.maskImg = '../module/ieemoo-ai-conpurchase/model/now/mask.jpg'
_C.maskImg1 = '../module/ieemoo-ai-conpurchase/model/now/mask1.jpg'
_C.maskAreaImg = '../module/ieemoo-ai-conpurchase/model/now/maskAreaImg.jpg'
_C.maskAreaImg1 = '../module/ieemoo-ai-conpurchase/model/now/maskAreaImg1.jpg'
_C.streamModel = '../module/ieemoo-ai-conpurchase/model/now/raft-things.pth'
_C.hFile = '../module/ieemoo-ai-conpurchase/document'
_C.videoPath = '../module/ieemoo-ai-conpurchase/videos'