Mbiethieu
Results
2
issues of
Mbiethieu
Hi @bharatsingh430 , I wish to know if you have tested the performance of Softnms on dataset with non-overlap objects(considering that objects are not overlaped), can it still be better...
Hi @MrGiovanni , in your built_xnet function, you create the model as follow _x = Conv2D(classes, (3,3), padding='same', name='final_conv')(interm[n_upsample_blocks]) x = Activation(activation, name=activation)(x) model = Model(input, x)_ My problem: 1....