Best Practices for Loading Images in TensorFlow Object Detection Pipeline #2144
Unanswered
silverhawkjr11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently working on an object detection project using TensorFlow, and I'm seeking advice on the best practices for loading images into a dataset
im trying to implement this but with a custom dataset:
https://colab.research.google.com/github/keras-team/keras-io/blob/master/guides/ipynb/keras_cv/object_detection_keras_cv.ipynb
Below is an example of my current dataset file architecture:
heres an example of the annotations:
thats my approach which is not working properly:
my overall goal is to replace the tfds.load in their example with my own dataset
Beta Was this translation helpful? Give feedback.
All reactions