google-research / pix2seq

Pix2Seq codebase: multi-tasks with generative modeling (autoregressive and diffusion)
Apache License 2.0
857 stars 71 forks source link

All 3 colabs do not work out of the box #34

Open shamitb opened 1 year ago

shamitb commented 1 year ago

Most issues are due to image size and type errors regarding ints, tuples or string mismatches. TypeError: tuple indices must be integers or slices, not str for pix2seq_inference_multitask.ipynb in Object detection

robertominini commented 1 year ago

Most issues are due to image size and type errors regarding ints, tuples or string mismatches. TypeError: tuple indices must be integers or slices, not str for pix2seq_inference_multitask.ipynb in Object detection

Ehy, were you able to run any of the three notebooks? I'm particularly interested in the one for finetuining object detection, if you could share it.

wwdok commented 1 year ago

This issue still exists today, this is the error I met: image

ZD15393315954 commented 11 months ago

how to solve this problem: TypeError: tuple indices must be integers or slices, not str

bruce2233 commented 10 months ago

Same error, still not solved

bruce2233 commented 10 months ago

@shamitb @wwdok @robertominini @ZD15393315954

1bright1 commented 9 months ago

is this issue solved yet: how to solve this problem: TypeError: tuple indices must be integers or slices, not str