VladKry

Results 17 comments of VladKry

> > How can this be the accepted solution? It's like 50 lines of custom code that people have to copy and paste for what should be a boilerplate problem....

Hello @jeansely . There is modified prototxt in /utils/model

@CuriousCat-7 @tangsanli5201 Please use already converted h5, json weights. Links that can be found in README.md I just cannot remember what was done with this converter, so if I find...

Trying dig info how to workaround to deal with this on Python3.6+ Currently found, which states that this is Keras/TF/Theano error when loading .h5 models with Python 3.6+: https://github.com/keras-team/keras/issues/9595 But...

Okay, found old discussion here: https://github.com/Vladkryvoruchko/PSPNet-Keras-tensorflow/issues/25#issuecomment-373985500 > Apparently this issue is caused by the marshal serial format having changed a bit between Python 3.5 and 3.6 as discovered in [keras-team/keras#9595](https://github.com/keras-team/keras/issues/9595)...

@jmtatsch I have card same as yours, and its works well, takes about 3.5 gb of memory

@jmtatsch . Oh... I wrote about ADE :)

@cardwing what do you mean activate tf in the terminal? I guess it is to import tf in the python shell? @aliericcantona Can you please provide some logs or error...

Hi @aneesh3108 . I'm fine with bn_param and caffe works well. But earlier i have made some corrections to prototxt ![selection_021](https://user-images.githubusercontent.com/18577874/27075854-1963b1b4-5034-11e7-892f-294d01d92a20.png) I'm working now with Keras and things seems to...