joheras / CLoDSA

123 stars 33 forks source link

No such file or directory #16

Closed mchtalkn closed 3 years ago

mchtalkn commented 3 years ago

https://github.com/joheras/CLoDSA/blob/0b962a6a15989154fba6ca8371a852d6b326d169/clodsa/clodsa/augmentors/cocoLinearInstanceSegmentationAugmentor.py#L132-L134 Could you add mkdir functionality to there. sth like os.makedirs(os.path.dirname(self.outputPath), exist_ok=True) might be good

joheras commented 3 years ago

Fixed. Thanks for reporting this. I have been on vacation for two weeks and I could not add this functionality before. Let me know if anything else comes in the future. Best, Jónathan

El lun., 10 ago. 2020 a las 12:21, mchtalkn (notifications@github.com) escribió:

https://github.com/joheras/CLoDSA/blob/0b962a6a15989154fba6ca8371a852d6b326d169/clodsa/clodsa/augmentors/cocoLinearInstanceSegmentationAugmentor.py#L132-L134 Could you add mkdir functionality to there. sth like os.makedirs(os.path.dirname(self.outputPath), exist_ok=True) might be good

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joheras/CLoDSA/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJRAG6KU4FRAHWF76UTKS3R77C2DANCNFSM4PZZ334Q .