Add at new repo again
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
python ./coco_style_annotation_creator/human_to_coco.py \
|
||||
--dataset 'CIHP' \
|
||||
--json_save_dir './data/CIHP/annotations' \
|
||||
--train_img_dir './data/CIHP/Training/Images' \
|
||||
--train_anno_dir './data/CIHP/Training/Human_ids' \
|
||||
--val_img_dir './data/CIHP/Validation/Images' \
|
||||
--val_anno_dir './data/CIHP/Validation/Human_ids'
|
||||
|
||||
|
||||
python ./coco_style_annotation_creator/test_human2coco_format.py \
|
||||
--dataset 'CIHP' \
|
||||
--json_save_dir './data/CIHP/annotations' \
|
||||
--test_img_dir './data/CIHP/Testing/Images'
|
||||
|
@@ -0,0 +1,6 @@
|
||||
python make_crop_and_mask_w_mask_nms.py \
|
||||
--img_dir './data/CIHP/Testing/Images' \
|
||||
--save_dir './data/CIHP/' \
|
||||
--img_list './data/CIHP/annotations/CIHP_val.json' \
|
||||
--det_res './data/CIHP/detectron2_prediction/inference/instances_predictions.pth'
|
||||
|
@@ -0,0 +1,6 @@
|
||||
python logits_fusion.py \
|
||||
--test_json_path ./data/CIHP/crop.json \
|
||||
--global_output_dir ./data/CIHP/global_pic_parsing \
|
||||
--msrcnn_output_dir ./data/CIHP/crop_pic_parsing \
|
||||
--gt_output_dir ./data/CIHP/crop_pic_parsing \
|
||||
--save_dir ./data/CIHP/mhp_fusion_parsing
|
Reference in New Issue
Block a user