likyoo / open-cd

A Change Detection Repo Standing on the Shoulders of Giants
https://arxiv.org/abs/2407.15317
Apache License 2.0
560 stars 77 forks source link

Error in example colab notebook #76

Open robmarkcole opened 11 months ago

robmarkcole commented 11 months ago

Running the notebook, the train cell fails with

ModuleNotFoundError: No module named 'ftfy'
surajbijjahalli commented 11 months ago

I've run into the same problem when I try to run the notebook on training the fcsn model. I added a pip install ftfy and the training pipeline is running now. !pip install ftfy