update
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user