How can i detect and localize object using tensorflow and convolutional neural network?

后端 未结 3 1176
臣服心动
臣服心动 2021-02-06 15:52

My problem statement is as follows :

\" Object Detection and Localization using Tensorflow and convolutional neural network \"

What i di

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-06 16:08

    I have done a similar project (detection + localization) on Indian Currencies using PyTorch and ResNet34. Following is the link of my kaggle notebook, hope you find it helpful. I have manually collected images from the internet and made bounding box around them and saved their annotation file (Pascal VOC) using "LabelImg" annotation tool.

    https://www.kaggle.com/shweta2407/objectdetection-on-custom-dataset-resnet34

提交回复
热议问题