luuuyi / RefineDet.PyTorch

A higher performance PyTorch implementation of Single-Shot Refinement Neural Network for Object Detection
MIT License
235 stars 64 forks source link

find negative numbers while testing #32

Open wrs777 opened 5 years ago

wrs777 commented 5 years ago

I printed the predicted coordinates while testing my model. But negative numbers are found when some parts of the objects in test dataset are cropped by myself. Is that normal or something is wrong with my model?