msprengholz

Results 3 issues of msprengholz

I ran into a problem while using your videotest_example.py for the ssd300MobileNetV2Lite model: `model = SSD(input_shape, num_classes=NUM_CLASSES)` leads to an error in ssd300MobileNetV2Lite.py `def SSD(input_shape, num_classes):` in line 118 `FeatureExtractor=Model(inputs=mobilenetv2.input,...

First off, thanks for the great tool you guys made. After getting it to run under Windows through docker (the prebuilt image doesn't unpack correctly), I think this is what...

Just found your project, looks dope! I tried compiling muPDF via emscripten but got stuck with all those dependencies. Seems like you got it figured out. I was wondering though...