Views
No views yet
train_ucf.py, which will download necessary pretrained xception backbone weights from HuggingFace (if not present locally) and start a training job with logging outputs in .logs/.config/ucf.yaml
pm2 start train_ucf.py --no-autorestart to train a generalist detector on datasets from DATASET_METApm2 start train_ucf.py --no-autorestart -- --faces_only to train a face expert detector on preprocessed-face only datasetsUCF class in pretrained_ucf.py is used by miner neurons to load and perform inference with pretrained UCF model weights.