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'