Song Hao
Results
2
comments of
Song Hao
You can try to add the absolute path in the beginning of the file 'predict.py' like this: ultralytics_path = "D:\\YOLOv8-DeepSORT-Object-Tracking" sys.path.append(ultralytics_path)
I'm not quite sure if it would be better to modify it like the following.😊 ``` if tok.unk_token_id is None: tok.unk_token_id = tok.pad_token_id loss_mask = target_ids != tok.unk_token_id ```