Hi,
I have tried to update the current (23.02.2022) ocrd_all using git pull and make clean and make all.
Unfortunately, I get this error:
cd ocrd_anybaseocr ; make patch-pix2pixhd
make[2]: Entering directory '/home/ocrdadmin/ocrd_all/ocrd_anybaseocr'
git submodule update --init
From https://github.com/NVIDIA/pix2pixHD
* branch e524de235b251adddee6ca2bcbd31115a834077c -> FETCH_HEAD
error: Your local changes to the following files would be overwritten by checkout:
data/custom_dataset_data_loader.py
data/data_loader.py
models/base_model.py
models/networks.py
models/pix2pixHD_model.py
options/base_options.py
Please commit your changes or stash them before you switch branches.
Aborting
Unable to checkout 'e524de235b251adddee6ca2bcbd31115a834077c' in submodule path 'ocrd_anybaseocr/pix2pixhd'
Makefile:72: recipe for target 'pix2pixhd' failed
Hi,
I have tried to update the current (23.02.2022) ocrd_all
using git pullandmake cleanandmake all.Unfortunately, I get this error: