jmtatsch

Results 145 comments of jmtatsch

Did you raise an issue for this? Could you please point me to it?

@Cpruce where exactly in coco.py do you save the model? I tried after evaluate_coco in line 516 because the graph should be built up fully after that but keras_to_tensorflow complains...

@Cpruce would you be so kind and look up which keras/tf version you are running? and if your export is still working? `pip3 show keras ` Version: 2.1.4 `pip3 show...

@Cpruce I am running Ubuntu 16.04 now with your respective keras and tensorflow-gpu versions but keras_to_tensorflow.py is still unable to load_model() the exported model from the model.h5. Seems as if...

@Cpruce Saving and reloading a minimal model works in the same workspace, starting to run out of ideas here. Here is my full stack trace: ``` python3 keras_to_tensorflow.py -input_model_file mrcnn_eval.h5...

@Cpruce Sorry by workspace I meant virtual environment. I also tried to run keras_to_tensorflow.py in the Mask_RCNN folder, without success. @Adriel-M So you commented all BatchNorm's in model.py? Wouldn't that...

Ok, I am stuck at the ProposalLayer now as well.

@nurhadiyatna can you please post your full result for the validation set? Afaik the original paper only trains on quadratic patches and stitches their quadratic predictions

@nurhadiyatna any update on the results of a self-trained psp-net?