Closed CurryKd7 closed 6 months ago
I referenced segm.data.factory in the line from segm.data.factory import created_dataset in the CAST/segmenter/segm/train_cast.py file, but I couldn't find the path. Is it because the source code didn't upload the file package?
Thanks for the catch! It's a bug in the .gitignore file, which ignores all data/ directory. We resolve the issue and push the update.
.gitignore
data/
I referenced segm.data.factory in the line from segm.data.factory import created_dataset in the CAST/segmenter/segm/train_cast.py file, but I couldn't find the path. Is it because the source code didn't upload the file package?