object-localization icon indicating copy to clipboard operation
object-localization copied to clipboard

Object localization in images using simple CNNs and Keras

Results 10 object-localization issues
Sort by recently updated
recently updated
newest added

I downloaded the data-set but it kips saying No such file or directory: 'train.csv' ![train css not found](https://user-images.githubusercontent.com/60253058/80199836-9b1bb000-85d6-11ea-81be-82357a4dcec5.PNG)

Have you any solution for this problem?The loss start to 17 and not decrement.

Since the xml files have been generated, then can directly pass in to the neural network and train it? Or else need to manipulate them into array or csv file...

What model did you use, is that Faster_RCNN or other ?I was trying to do object localization using Faster_RCNN and i only prepare datasets with annotation but i don't know...

Is it possible to infer trained model in openvino or even in opencv dnn module, as the openvino supports standard object detection models like, mobilenet with SSD, yolo, mask-rccn,etc. and...

For example 1, if no ground truth available in the image, should I use all 0 to represent the gt bbox?

I think the THRESHOLD constant is wrong.

Hi, I prepared the dataset and in starting the training I have this error. I am trying to understand what may come from but I'm having difficulties. File "train.py", line...

Hi, I've run the test.py script, but I got an error: Unable to open file (unable to open file: name = 'model-0.29.h5', errno = 2, error message = 'No such...

Hi Lars, I have tried running the code on a dataset for 100 epochs. After around 50 epochs, the error reduced from 2000(initially) to 25 but it stopped suddenly. How...