Skip to content

Commit

Permalink
Update slot_dnn_infer_dataloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoujiyi authored Nov 18, 2021
1 parent bd1130f commit f0ad4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/inference/python/slot_dnn_infer_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def init(self, args):
self.visit[slot] = False

def slot_reader(self):
slot_num = 408
slot_num = 300
slots = []
if slot_num > 0:
for i in range(2, slot_num + 2):
Expand Down

0 comments on commit f0ad4d1

Please sign in to comment.