when I run code python setup.py build develop,there is a question occur.
the main error information on below:
LINK : fatal error LNK1181: 无法打开输入文件“E:\cslg\drone_object_detection\BorderDet-master\b…
When loading model with this, I get the following erro.
keras.models.load_model(filepath='.h5',custom_objects=custom_objects)
with
custom_objects = {
'BatchNormalization': layers_new.Bat…