Pickle Problems

Hi,

I’ve run into an error unfortunately. Has anyone come across this (‘Deploying Segmentation Models On-Device’ lesson):

UnpicklingError: could not find MARK

This is from trying to run this locally, by the way.

Hey there @Martin_Pollard ,

Make sure that pickle file is not corrupted/incomplete!

Hi Alireza_saei,

Thanks for the tip, but I’m not even sure where that file is! :laughing:

1 Like

You must have all the requirements on your computer in order to run the code successfully!

Okay, so it seems like the pickle file is the issue. How do I import it manually (if that’s even possible)?

Perhaps you can share how you have got this to work on your local machine?