demo_hqsam
When I run demo_hqsam, the following problem arises: _pick. UnpicklingError: A load persistent id instruction was encountered, but no persistent_load function was specified. How can I solve it?****
hi, you can refer to the codalab notebook on how to run demo_hqsam.py. But this seems more like a pickle file problem.
Hello, Did you find a solution to your problem? I faced a similar issue when running the code on CPU.
does this suggestion solve your problem?
@shersoni610 @lkeab I think this problem is caused by the incompatibility of the torch version in the training and testing stages.