I have a use case where I have around 100 images each of 10000 unique items. I have 10 items with me which are all from the 10000 set and I know which 10 items too but only at the time of testing on live data. I have to now match the 10 items with…
I trained custom object detector with loss 2.x , when i try to export it i am getting the following error
I came across this : 'Parsing Inputs... Incomplete shape' error while exporting the inference graph in Tensorflow
But Iam sure label is same :…
I am working on training the object detector with a custom dataset designed to detect the head of a plant. I am using the "Faster R-CNN with Resnet-101 (v1)" that was originally designed for the pet dataset.
I modified the config file to match my…
I ran a quick test of ODA on my own dataset. I noticed it only detects one class, as if there is only one class!
Here is an example where it detects the correct class:
Example
classes=[[ 1. 1. 2. 2. 1. 2. 1. 2. 1. 2. 2. 1. 2. 2. 2. 2.…