ghimiremukti

Results 5 comments of ghimiremukti

I think the problem is that root directory is not in PYTHONPATH. put it and try running. e.g. $ export PYTHONPATH=absolute-path-to-repo/object_detection_kitti:$PYTHONPATH $ source .bashrc CLUE: absolute-path-to-repo/object_detection_kitti directory contains adv_imagenet_models, adversarial_crypto....etc....

I am hoping someone is looking at this issue I faced :-(

Hi @sshleifer , thanks for the reply. Now could you tell how can we generate it, before running $ python create_dataset.py ?

after adding 'kitti_data/train.txt' manually, another error pops up: ..... ..... ..... File "/home/train/tftrain/object_detection_kitti/object_detection/vod_converter/kitti.py", line 102, in _get_detections with open(detections_fpath) as f: IOError: [Errno 2] No such file or directory: u'/home/train/tftrain/object_detection_kitti/object_detection/kitti_data/training/label_2/.txt'...

I did run $run create_dataset.py several times, but no luck.