Arbaz

Results 5 issues of Arbaz

newsTrainer = Trainer(tokenizer.Tokenizer(stop_words = [], signs_to_remove = ["?!#%&"])) At the above line, I am getting an error. Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object...

In the file matting_unpool.py, to predict the values for validation pred_final variable is run whereas in test.py for testing pred_mattes is run. Isn't this something weird. I'm getting different results...

I've made few changes to the network. How to generate meta graph?

I'm looking to train on a small data set I've created. I've input images, trimaps, alpha(ground truths), all in png formats. But I've seen other type of data like 'eps','bg'...

What is the expected runtime for pose and parsing? When I'm testing with multiple images, >4secs is taken for the first followed by 1sec(apprx.) for the remaining images excluding the...