YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
283 stars 39 forks source link

Unable to eval #8

Closed LHB116 closed 1 year ago

LHB116 commented 1 year ago

train_log .txt can you tell me how to deal with it when evaluate

YuHengsss commented 1 year ago

train_log .txt can you tell me how to deal with it when evaluate

The vid_eval.py file only supports rough offline evaluation. For online evaluation, the code is being sorted, please wait for a moment. By the way, the offline training model can be used for online inference with some modifications.

LHB116 commented 1 year ago

thank you!!