Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HPL123 authored Dec 4, 2021
1 parent 2ecc180 commit 786f3dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ The following scripts are for dfferents steps in the pipeline on PASCAL VOC data
# extract training features for unseen classes
python tools/zero_shot_utils.py configs/pascal_voc/faster_rcnn_r101_fpn_1x_voc0712.py --classes unseen --load_from ./work_dir/voc0712/epoch_4.pth --save_dir ../../data/voc --data_split test
### 2. Train Synthesizer
### 3. Train Synthesizer
# modify the paths to extracted features, labels and model checkpoints.
./script/train_synthesizer.sh
### 4. Test

cd mmdetection

0 comments on commit 786f3dd

Please sign in to comment.