Fading Coder

One Final Commit for the Last Sprint

Where Does Detectron2 Save Trained Models?

When training a model with Detectron2, the model weights and configuration are typically saved to a specified output directory. This directory is set through the configuration object (cfg) before training begins. Here are the key steps to specify and locate the trained model weights: 1. Set the Outp...