0

I need help, I am currently working a neural network for object detection. I'm using standford cars dataset from Kaggle as my training and testing dataset. but I have a problem in the annotations. the ground truth boxes are not covering the entire cars. is it like that? or I read it in wrong ways? this is the link if you need to check it. Thanks for helping me. Have a nice day :)

[Stanford Cars Dataset] https://www.kaggle.com/jessicali9530/stanford-cars-dataset

Kevin A.S.
  • 43
  • 1
  • 3
  • Hi! Welcome to StackOverflow! I would suggest you to be more specific in what you need, and also to post whatever attempt you have for what you are trying to achieve. See also [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask) and [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). – norok2 Sep 26 '18 at 12:03

1 Answers1

0

You might find the paper that discusses how the dataset was put together helpful. It was intended for 3D rather than 2D object detection, which could be why the ground truth looks slightly different than you'd expect for 2D modelling.

Link to paper: http://vision.stanford.edu/pdf/3drr13.pdf :)

Rachael Tatman
  • 841
  • 7
  • 6