TFFRCNN icon indicating copy to clipboard operation
TFFRCNN copied to clipboard

mouse cursor changes to a plus sign

Open hadign20 opened this issue 7 years ago • 4 comments

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.

hadign20 avatar May 18 '17 07:05 hadign20

I have the same problem, could you do me a favor if you have solved it ? Thanks

zyclarkcheng avatar May 26 '17 21:05 zyclarkcheng

Try this out: python ./experiments/scripts/kitti2pascalvoc.py \ --kitti $TFFRCNN/data/KITTI --out $TFFRCNN/data/KITTIVOC

Mirorrn avatar Jun 06 '17 12:06 Mirorrn

@zyclarkcheng I changed my dataset format to pascal_VOC format and replaced pascal with my own. haven't tried @Mirorrn 's solution yet.

hadign20 avatar Jun 07 '17 00:06 hadign20

@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

JungUkKim avatar Nov 09 '17 16:11 JungUkKim