object_detection_kitti icon indicating copy to clipboard operation
object_detection_kitti copied to clipboard

TF Object Detection on Kitti Data

Results 4 object_detection_kitti issues
Sort by recently updated
recently updated
newest added

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

First of all, thank you very much. I noticed that 'num_steps' in 'faster_rcnn_inception_resnet_v2_atrous_kitti.config' file is not specified. Is this mean it would train infinitely? If so, could you share your...

following the tutorial (https://medium.com/@sshleifer/how-to-finetune-tensorflows-object-detection-models-on-kitti-self-driving-dataset-c8fcfe3258e9), object_detection_kitti/object_detection/kitti_data directory which further contains training and testing images and labels as below ![capture](https://user-images.githubusercontent.com/13733258/38283752-c8347b0e-3785-11e8-88e6-983f240a0787.JPG) When run $ cd object_detection_kitti/object_detection $ python create_dataset.py it throws an error:...

hi when i run python create_dataset.py , i get this error : ImportError: No module named 'object_detection.kitti_to_voc' i have this module my directory . and i followed tree kitti_dataset ,...