TFFRCNN
TFFRCNN copied to clipboard
mouse cursor changes to a plus sign
I'm trying to change a custom dataset to PASCAL VOC format to perform the faster rcnn on it. But when I run the command:
./experiments/scripts/kitti2pascalvoc.py \ --kitti $TFFRCNN/data/KITTI --out $TFFRCNN/data/KITTIVOC
the mouse cursor turns to a plus (+) sign and nothing happens. When I click somewhere randomly, this error come up:
from: can't read /var/mail/xml.dom.minidom
and after a while, another error:
./experiments/scripts/kitti2pascalvoc.py: line 10: syntax error near unexpected token (' ./experiments/scripts/kitti2pascalvoc.py: line 10:
def generate_xml(name, lines, img_size = (1024, 1024, 3), '
btw I have changed the image sizes in kitti2pascalvoc to 1024*1024 because my images are that size.
I have the same problem, could you do me a favor if you have solved it ? Thanks
Try this out: python ./experiments/scripts/kitti2pascalvoc.py \ --kitti $TFFRCNN/data/KITTI --out $TFFRCNN/data/KITTIVOC
@zyclarkcheng I changed my dataset format to pascal_VOC format and replaced pascal with my own. haven't tried @Mirorrn 's solution yet.
@hadi-ghnd @zyclarkcheng type python ./experiments/scripts/kitti2pascalvoc.py \ --kitti $TFFRCNN/data/KITTI --out $TFFRCNN/data/KITTIVOC
not ./experiments/scripts/kitti2pascalvoc.py \ --kitti $TFFRCNN/data/KITTI --out $TFFRCNN/data/KITTIVOC