cktboy

Results 3 issues of cktboy

model downloaded from provided link for model VGG_VOC0712_SSD_300x300_iter_120000.h5' tried with other model links, but getting same error **code:** model = load_model(model_path, custom_objects={'AnchorBoxes': AnchorBoxes, 'L2Normalization': L2Normalization, 'DecodeDetections': DecodeDetections, 'compute_loss': ssd_loss.compute_loss}) Error:...

stale

I am new in the field of Deep Learning and try to learn new concepts with own code. I am Searching for code in python to customize layer in between...

I am new in the field of Deep Learning and try to learn new concepts with own code. I am Searching for code in python to customize layer in between...