Labelling a set of images using a custom recipe

Hi Alex!

I don't see something strange with your recipe just from glancing at it. I'd be willing to toy with it locally on my machine, but I figured I'd ask a few quick questions first.

  1. Are you labelling this on your own or with a team? If you're doing it as a team, what are the feed_overlap settings?
  2. What version of Prodigy are you using? Are you using the new alpha version with the new task routers?

If I had to guess ... I wonder if maybe something is up the hashes. Your custom recipe is not setting the hash via the set_hashes function which means that Prodigy needs to guess how to set the hash. And your before_db call is overwriting the eg['image'] key, which is one of the keys that is used by default.

Could you try again but now set the hashes yourself?