This commit is contained in:
2023-06-26 16:31:07 +08:00
parent 00d6bc25c5
commit e749605916
5 changed files with 52 additions and 35 deletions

View File

@ -5,13 +5,13 @@ 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.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 = './imgs/maskAreaImg.jpg'
_C.maskAreaImg1 = './imgs/maskAreaImg1.jpg'
_C.maskAreaImg = '../module/ieemoo-ai-conpurchase/model/now/maskAreaImg.jpg'
_C.maskAreaImg1 = '../module/ieemoo-ai-conpurchase/model/now/maskAreaImg1.jpg'
_C.streamModel = './checkpoint/raft-things.pth'
_C.hFile = './floder/tempdata'
_C.videoPath = './floder/tempvideos'
_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'