keras-team / keras-io

Keras documentation, hosted live at keras.io
Apache License 2.0
2.76k stars 2.04k forks source link

No multi object detection in transformer, just one object per image #1308

Open fmorenovr opened 1 year ago

fmorenovr commented 1 year ago

Can anyone help me to convert this to allos multiple objects within an image?? currently only acepts one object per image ... https://github.com/keras-team/keras-io/blob/master/examples/vision/object_detection_using_vision_transformer.py

tobilab commented 1 month ago

Can anyone help me to convert this to allos multiple objects within an image?? currently only acepts one object per image ... https://github.com/keras-team/keras-io/blob/master/examples/vision/object_detection_using_vision_transformer.py

Did you get this to work? Iam currently also struggling on the same problem.