Mohamed Asif Hassan
Mohamed Asif Hassan
I also tried to use the VOC 2007 test data as a custom dataset. I ran this command, python tools/test_net.py --dataset custom_dataset --cfg configs/baselines/e2e_mask_rcnn_R-50-FPN_1x.yaml --load_ckpt=/home/deep/data/asif/Detectron/Detectron.pytorch/Outputs/e2e_mask_rcnn_R-50-FPN_1x/Mar18-15-32-49_deeppc_step/ckpt/model_step162693.pth --num_classes=21 Also, made necessary changes...
Hey, I found a work through but not sure if its correct! VOC 2007 annotations are indeed in JSON format (segmentation, bbox tags included). So, I considered them as a...
The APs are very less which makes me question the method. But, I also think it might be because I trained the network on COCO dataset and fine tuned the...
I would like to use the 7*7 dictionary. I find the marker detector function doesn't require dictionary parameter as supposed to the one in OpenCV arUco documentation. Also, since dictionaries...