DeepPATH icon indicating copy to clipboard operation
DeepPATH copied to clipboard

JSON file

Open suminwei opened this issue 1 year ago • 2 comments

Hello, I am trying to run step 2.2 presorting in DeepPATH, and I seem to not be able download the right JSON file that contains all the necessary information. What are the exact steps to download the correct json file with all the necessary keys DeepPATH is looking for? Thank you! Lisa

suminwei avatar Jan 18 '24 16:01 suminwei

Hi Lisa -

The json file required here was the one downloaded from the legacy website. The format has changed since but the code has not been updated to deal with this new format. You can either modify the code to make it compatible with the JSON you downloaded, or, maybe more easily, use option 14 (which is the one we are now using): make a text file with 1st column being the image ID and second the label associated with it

Best, Nicolas

ncoudray avatar Jan 18 '24 20:01 ncoudray

Hi @ncoudray - thank you! Sorry I didn't see the explanation in the documentation. Changing to option 14 seemed to have worked.

suminwei avatar Jan 18 '24 22:01 suminwei