Faster-RCNN-TensorFlow-Python3 icon indicating copy to clipboard operation
Faster-RCNN-TensorFlow-Python3 copied to clipboard

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)

Results 17 Faster-RCNN-TensorFlow-Python3 issues
Sort by recently updated
recently updated
newest added

Before posting an issue: - Check [here](https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3/issues) if anyone already posted the question - Make sure you followed all steps in the [README](https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3/blob/master/README.md) - Choose a clear and appropriate title...

After training, there is no checkpoint file in the default folder.

F:\1xjie\Fasterrcnn\lib\utils\bbox_transform.py:52: RuntimeWarning: overflow encountered in exp pred_w = np.exp(dw) * widths[:, np.newaxis] F:\1xjie\Fasterrcnn\lib\utils\bbox_transform.py:52: RuntimeWarning: overflow encountered in multiply pred_w = np.exp(dw) * widths[:, np.newaxis] F:\1xjie\Fasterrcnn\lib\utils\bbox_transform.py:53: RuntimeWarning: overflow encountered in exp...

I have meeting a problem ,when i convert the ckpt to pb model to inference the result , it prompts that the pyfunc_1 could not find,i dont know the problem...

W tensorflow/core/framework/op_kernel.cc:1306] Invalid argument: ValueError: attempt to get argmax of an empty sequence Traceback (most recent call last): File "/home/wangyiqing/anaconda3/lib/python3.5/site-packages/tensorflow/python/ops/script_ops.py", line 158, in __call__ ret = func(*args) File "/home/wangyiqing/last-Faster-RCNN/lib/layer_utils/anchor_target_layer.py", line...

bug
wontfix

Before posting an issue: - Check [here](https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3/issues) if anyone already posted the question - Make sure you followed all steps in the [README](https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3/blob/master/README.md) - Choose a clear and appropriate title...

Loaded dataset `voc_2007_trainval` for training Set proposal method: gt Appending horizontally-flipped training examples... Traceback (most recent call last): File "train.py", line 215, in train = Train() File "train.py", line 69,...