CLRNet
CLRNet copied to clipboard
The size of the weights I trained myself is different from the official one.
Hello author, thank you for your outstanding contribution.
When I trained the Tusimple dataset using "python configs/clrnet/clr_resnet18_tusimple.py --gpus 0", the weight size of the 10th epoch I obtained was 104.6MB, which is different from the official size of 47.3M.
However, the weights I trained can achieve correct inference in detect.py. Due to this 104.6MB weight, I cannot smoothly convert it to ONNX.