Custom-Faster-RCNN-Using-Tensorfow-Object-Detection-API icon indicating copy to clipboard operation
Custom-Faster-RCNN-Using-Tensorfow-Object-Detection-API copied to clipboard

A sample project to build a custom Faster RCNN model using Tensorflow object detection API

Results 5 Custom-Faster-RCNN-Using-Tensorfow-Object-Detection-API issues
Sort by recently updated
recently updated
newest added

On line 157, in `create_pascal_tf_record.py` (from extra folder), when I run `xml_str = fid.read()`, the resultant `xml_str` is empty. And hence, when I run `xml = etree.fromstring(xml_str)`, it's throwing the...

i get error in adding path and string_int_label_map_pb2.. i already install protobuff.. can you please tell me more elabaorately.. I am using windows.. help will be grateful

Hi, Currently myself working in Object Detection , I have used SSD config for Tensor-flow(TF) for training and testing sample video it takes 5fps for one second. Now i want...

working with showing results on which contains only single damage area labled in image. and multiple damage area labeled in image is not showing results with multiple bounding box why?...