Come scritto dal professore all'interno del file di test:
README: The list of all generated images is NOT correct.
The FIRST set mentioned above is the EXPECTED, SECOND set is your RESULT
"Items in the first set but not the second" MEANS you are MISSING some useful images
"Items in the second set but not the first" MEANS you are generating TOO many images with not useful properties
Quindi si, il tuo messaggio di errore comunica che hai generato delle immagini in più. Tuttavia l'immagine ((0, 128, 0), (196, 255, 196), (0, 128, 0)) è presente all'interno della lista attesa dal test 6 (puoi vedere le liste che dovresti generare aprendo i file .json all'interno della cartella data, questa immagine in particolare dovrebbe essere la quarta nella lista di immagini del file images_data_06.json), quindi in realtà il fatto che ti venga generata è corretto, non sbagliato come credi e/o come ti dice l'errore.
Potresti provare a riscaricare lo zip, magari involontariamente hai modificato qualche file o per qualche motivo non vengono letti bene durante i test (occhio a non cancellare il tuo programma ovviamente)