BboxToolkit
BboxToolkit copied to clipboard
BboxToolkit is a tiny library of special bounding boxes.
你好,我想问一下,为什么我运行了python visualize.py --base_json vis_configs/dota1_0/config.json之后保存在submission中的图片并没有显示相应的Bounding Boxes?与原图是一样的
我想用这个来用gt来进行hrsc可视化,数据集的bbox是txt文本,那我怎么修改load_type呢?这是我的命令 python BboxToolkit-master/tools/visualize.py --load_type hrsc --base_json BboxToolkit-master/tools/vis_configs/hrsc/config.json --save_dir /vis_s2anet/vis_hrsc
Considering your feedback, I try to merging the function from img_split_dota.py to img_split.py. To use classname in img_split.py, I did modify the BboxToolkit/datasets/DOTAio.py please review.
This is my configuration file when I visualized Dior-R , { "load_type": "pkl", "img_dir": "/data/dataset/DIOR/JPEGImages-test", "ann_dir": "/data1/bk/6742.pkl", "classes": "dior", "prior_annfile": null, "merge_type": "addition", "load_nproc": 10, "skip_empty": false, "random_vis": false, "ids":...
If I don't get it wrong, if the iou between hbbox of the objects and windows is less than the value of iou_thr, the object will be ignored. Right? I...