Stephen Foy
Stephen Foy
Operating system: Ubuntu 16.04.2 LTS I fixed a similar issue fixed by rebuilding the probuf and rebuilding caffe protobuf-python-3.5.1.tar.gz
I have a similar issue, any ideas? It's not reading the images correctly. i'm tracking it to down slowly...
hey tjussh, I just fixed it this way, boxes = tf.constant(boxes, tf.float32) batch_inds = np.zeros((4,), dtype=np.int32) batch_inds = tf.convert_to_tensor(batch_inds) feat = ROIAlign(image, boxes, batch_inds , 16, 7, 7) but the...
I have the same issue to deploy a test, i've trained to 20hours after a strange few crashes at the start.Would be useful to know how to test or validate...
Thanks all, i just did a quick build and test, updated the plugin a little, amazing results: **My system/ tested** Optix sdk 6.0.0 NVIDIA-SMI 418.39 Driver Version: 418.39 CUDA Version:...
Hi , Nice library , thanks @3dsman for the resize window patch, just wondering why the master is locked to 512x512 resolution, must be some reason ? **pptk/viewer/main.cpp** viewer.resize(512, 512);