WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.98k stars 524 forks source link

FIX: for runtime errors pertaining to numpy casting and loss function. #293

Open S-Gaurisankar opened 6 months ago

S-Gaurisankar commented 6 months ago

All issues relating to numpy datatype have been resolved. The Float to int type casting error has been fixed.