↓ 1 callersFunctionget_label_confidence(cfg, logger, train_loader, model, test_model_fn_st, epoch, rank, dist=False)
util/pseudo_labels_util.py:80
↓ 1 callersFunctionget_perclass_thres(cfg, logger, train_loader, model, model_fn, epoch, rank, dist=False)
util/pseudo_labels_util.py:147
↓ 1 callersFunctionset_pseudo_labels(
args, cfg, logger, pseudo_labels_dir, train_loader, model, model_fn, epoch, rank=0, dist=False
)
util/pseudo_labels_util.py:157
↓ 1 callersFunctiontrain(
model, model_fn, model_fn_test, train_loader, val_loader, optimizer, scheduler, ckpt_dir, rank,
dist
tool/train.py:235
↓ 1 callersFunctiontrain(model, model_fn, test_model_fn, source_reader, train_loader, val_loader, optimizer,
scheduler, ckpt
tool/st.py:344
↓ 1 callersFunctiontrain_epoch(source_reader, train_loader, model, model_fn, optimizer, scheduler, epoch, rank, dist_train)
tool/st.py:100
Method__init__(self, aug_cfg, dataset_name, class_names, ignore_label, voxel_scale, voxel_mode, full_scale,
dataset/augmentor/data_augmentor.py:112