FastMaskRCNN
FastMaskRCNN copied to clipboard
When you execute the download_and_convert_data.py, some of the images are not found and how do you resolve them? The methods listed are tried and cannot be solved
Converting image 12901/82783 shard 5 Converting image 12951/82783 shard 5 Converting image 13001/82783 shard 5 Converting image 13051/82783 shard 5 Converting image 13101/82783 shard 5 None Annotations data/coco/train2014/COCO_train2014_000000544188.jpg Converting image 13151/82783 shard 5 Converting image 13201/82783 shard 5 None Annotations data/coco/train2014/COCO_train2014_000000413222.jpg None Annotations data/coco/train2014/COCO_train2014_000000413232.jpg Converting image 13251/82783 shard 5 Converting image 13301/82783 shard 5 Converting image 13351/82783 shard 5 Converting image 13401/82783 shard 5 Converting image 13451/82783 shard 5 Converting image 13501/82783 shard 5 None Annotations data/coco/train2014/COCO_train2014_000000282586.jpg None Annotations data/coco/train2014/COCO_train2014_000000020490.jpg Converting image 13551/82783 shard 5 Converting image 13601/82783 shard 5 Converting image 13651/82783 shard 5 Converting image 13701/82783 shard 5 Converting image 13751/82783 shard 5
I also meet this problem,and it creats 33 tfrecord files in records.I have no ides ,and i don't konw weather it will affect the following experiment....
i also meet this problem and when the program run to "Converting image 23851/82783 shard 9" it exit print error
"Traceback (most recent call last):
File "download_and_convert_data.py", line 36, in
I have not encountered this problem ,the explanation in this link address(https://stackoverflow.com/questions/27280211/pil-attribute-error) may be helpful to you.
@CodeIsWorld , I encountered the same error, have you solved it?