Hello,
I am following the notebook "Tiger - HookNet training.ipynb". My error comes when I try to import create_batch_iterator from wholeslidedata.iterators in Windows. The error is: "ImportError: cannot import name 'ForkContext' from 'multiprocessing.context'")
The solution you provided is to check that concurrentbuffer==0.0.6, but in my case "Requirement already satisfied: concurrentbuffer==0.0.6"
Later, when importation is completed, I will change my context from "fork" to "spawn", as in the following line:
"with create_batch_iterator(mode=mode, user_config=user_config, cpus=cpus, context="spawn") as training_batch_iterator:
pprint(training_batch_iterator.dataset.annotations_per_label_per_key)"
https://drive.google.com/file/d/1lQHlkoPuZa42c5lJqS_Iy1mXr0eE_h52/view?usp=sharing
https://drive.google.com/file/d/1h14ZkBF6SZ6sfG0fYrHPhteas8yF4kL3/view?usp=sharing
https://drive.google.com/file/d/1A3Usjijw5Y8p1i7dvc2hsWrIJJC7G_4T/view?usp=sharing
I am having a similar porblem with "Tiger - BatchIterator Detection.ipynb" as I also have to use create_batch_iterator
Thanks in advance,
Marta