newt

Results 4 issues of newt

Thank you for nice library. I love it. I made webapp which simulate albumentations result using streamlit. Can I publish that via _streamlit share_ (https://streamlit.io/cloud) ?

Thank you for your great job! I tried your pretrained model, but got error. Traceback (most recent call last): File "/Users/yoshitonagaoka/dev/miniconda3/envs/deepscholar-crnn/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1356, in _do_call return fn(*args) File "/Users/yoshitonagaoka/dev/miniconda3/envs/deepscholar-crnn/lib/python3.7/site-packages/tensorflow/python/client/session.py", line...

I am trying to create faster rcnn by hand, and use this RoiPooling.py. However, i am facing one problem. RoiPooling is very slow for loading model with large minibatch. Do...