You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After training an object detction model (e.g., Faster R-CNN or YOLO) using MMDetection, is there an optimal way to convert my .pth model to a standard PyTorch model, or should I rebuild it manually, layer by layer, and then load the weights?
The text was updated successfully, but these errors were encountered:
After training an object detction model (e.g., Faster R-CNN or YOLO) using MMDetection, is there an optimal way to convert my .pth model to a standard PyTorch model, or should I rebuild it manually, layer by layer, and then load the weights?
The text was updated successfully, but these errors were encountered: