Philipp Luniak
Results
2
issues of
Philipp Luniak
Hi @LingDong- I tested your Python version and it's really nice. I'd need a significant speed up though and I cannot run the swig version: > ImportError: /tf/Repos/trace_skeleton/swig/_trace_skeleton.so: invalid ELF...
Referring to closed issue #65: I still can't load the model with input_shape=(None, None, 3) using the latest (TF2-based) version of this repo: `Deeplabv3(weights='pascal_voc', input_shape=(None, None, 3), classes=1, backbone='xception', OS=16)`...