zzh8829 / yolov3-tf2

YoloV3 Implemented in Tensorflow 2.0
MIT License
2.51k stars 913 forks source link

Get negative value by calling model(dataset) #377

Open TaoXb opened 2 years ago

TaoXb commented 2 years ago

Hi I am very new with yolo and trying tu run some projects to understand. Wenn I tried to use test dataset to get the output from model. Predict () or model(), I am getting lot of negative values, which I don't understand. Because the yolo output is defined in model.py with predictions and so on, which could not be negative... How does the output structure of model. Predict and model() in this project looks like? Thanks