Real-time Multi-person tracker using YOLO v3 and deep_sort with tensorflow
GNU General Public License v3.0
1.66k
stars
592
forks
source link
encoder = gdet.create_box_encoder(model_filename, batch_size=1)中的batch_size有什么用? #165
Open
doubleLLL3 opened 4 years ago
请教在demo.py中,encoder = gdet.create_box_encoder(model_filename, batch_size=1)的batch_size有什么用? 我设置不同的值,好像与速度关系不大。