tensorflow / tensorflow/models
How to pass multiple groundtruth_boxes to model
Open
@pkulzc is already working on this.
Since Feb 2, 2021.
models:research:odapi
type:docs
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
So i tried to follow the tutorial at https://github.com/tensorflow/models/blob/master/research/object_detection/colab_tutorials/eager_few_shot_od_training_tf2_colab.ipynb.
I can see that the script uses 1 groundtruth box with [xmin,xmax,ymin,ymax] but how would i pass images that have multiple objects(can be the same) for training?
Edit: I already created code to generate multiple boxes and they are also stored normalized as a list of boxes in a tfrecords file.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.