update tfa readme. change randinit -> random_init

This commit is contained in:
kurshakuz 2022-08-15 15:49:10 +02:00 committed by GitHub
parent 14eee69f81
commit ed5ad57b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ bash ./tools/detection/dist_train.sh \
# step2: reshape the bbox head of base model for few shot fine-tuning
python -m tools.detection.misc.initialize_bbox_head \
--src1 work_dirs/tfa_r101_fpn_voc-split1_base-training/latest.pth \
--method randinit \
--method random_init \
--save-dir work_dirs/tfa_r101_fpn_voc-split1_base-training
# step3: few shot fine-tuning