Shreeyak / pytorch-lightning-segmentation-template

Semantic Segmentation on the LaPa dataset using Pytorch Lightning
Apache License 2.0
13 stars 5 forks source link

figure out how to save to a common dir wrt script location #19

Closed Shreeyak closed 3 years ago

Shreeyak commented 3 years ago

Utils has a module that can convert relative paths to be relative to the project root dir: https://github.com/Shreeyak/pytorch-lightning-segmentation-template/blob/master/seg_lapa/utils/path_check.py#L26