cad0p / maskrcnn-modanet

A Mask R-CNN Keras implementation with Modanet annotations on the Paperdoll dataset
MIT License
73 stars 18 forks source link

cli: fix dataset path #2

Closed hachreak closed 5 years ago

hachreak commented 5 years ago

CLI command should be able to accept also relative path.

You could fix it directly inside the check_if_folder_exists callback.