Visão Geral
SSCMA atualmente oferece suporte aos seguintes modelos. Você pode consultar os tutoriais correspondentes para concluir o treinamento dos modelos e obter os pesos do modelo.
-
Detecção de Objetos - SWIFT-YOLO: leitura de medidor digital
-
Detecção de Objetos - FOMO: detecção de máscara facial
-
Detecção de Pontos de Referência PFLD: leitura de medidor com ponteiro
dica
Descrições dos Parâmetros
Para mais parâmetros durante o treinamento do modelo, você pode consultar o código abaixo.
python3 tools/train.py --help
# Train SSCMA models
# positional arguments:
# config the model config file path
# optional arguments:
# -h, --help show this help message and exit
# --work_dir WORK_DIR, --work-dir WORK_DIR
# the directory to save logs and models
# --amp enable automatic-mixed-precision during training (https://pytorch.org/tutorials/recipes/recipes/amp_recipe.html)
# --auto_scale_lr, --auto-scale-lr
# enable automatic-scale-LR during training
# --resume [RESUME] resume training from the checkpoint of the last epoch (or a specified checkpoint path)
# --no_validate, --no-validate
# disable checkpoint evaluation during training
# --launcher {none,pytorch,slurm,mpi}
# the job launcher for MMEngine
# --cfg_options CFG_OPTIONS [CFG_OPTIONS ...], --cfg-options CFG_OPTIONS [CFG_OPTIONS ...]
# override some settings in the used config, the key-value pair in 'xxx=yyy' format will be merged into config file
# --local_rank LOCAL_RANK, --local-rank LOCAL_RANK
# set local-rank for PyTorch
# --dynamo_cache_size DYNAMO_CACHE_SIZE, --dynamo-cache-size DYNAMO_CACHE_SIZE
# set dynamo-cache-size limit for PyTorch
# --input_shape INPUT_SHAPE [INPUT_SHAPE ...], --input-shape INPUT_SHAPE [INPUT_SHAPE ...]
# Extension: input data shape for model parameters estimation, e.g. 1 3 224 224
Implantação
Após exportar o modelo, você pode implantá-lo em um dispositivo de computação de borda para testes e avaliação. Você pode consultar a seção Deploy para saber mais sobre como implantar o modelo.