新增4个模型:

This commit is contained in:
th 2025-07-10 18:06:27 +08:00
commit 20f0ce2a98
1 changed files with 7 additions and 8 deletions

1
AI.py
View File

@ -671,7 +671,6 @@ def AI_det_track_batch_N(imgarray_list, iframe_list ,modelList,postProcess,sort_
#[ifrmae, x0 ,y0 ,x1 ,y1 ,conf,cls,trackId ] #[ifrmae, x0 ,y0 ,x1 ,y1 ,conf,cls,trackId ]
detResults.append( res ) detResults.append( res )
retResults=[imgarray_list,track_det_result,detResults ] retResults=[imgarray_list,track_det_result,detResults ]
t2 = time.time() t2 = time.time()
timeInfos = 'detTrack:%.1f TrackPost:%.1f, %s'%(get_ms(t1,t0),get_ms(t2,t1), timeInfos_track ) timeInfos = 'detTrack:%.1f TrackPost:%.1f, %s'%(get_ms(t1,t0),get_ms(t2,t1), timeInfos_track )