first commit

This commit is contained in:
2023-06-25 13:55:22 +08:00
parent 01b2252266
commit 00d6bc25c5
35 changed files with 3229 additions and 0 deletions

17
floder/config.py Normal file
View 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'