razorx89 / roco-dataset

Radiology Objects in COntext (ROCO): A Multimodal Image Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows compatibility issue

razorx89 opened this issue · comments

Multiprocessing on Windows uses a different process spawning mechanism and thus one cannot rely on visibility for global variables. Unix based processes always use forking as default process spawning.

@sayan44 I've added Windows support (tested on Windows 7 with Python 3.8) in 9758bc8, please let us know if this doesn't work for you.