Keras-RFCN
Keras-RFCN copied to clipboard
RFCN implement based on Keras&Tensorflow
version?
what version of keras and TensorFlow did you use because i face a problem.Please help me it is urgent. Thank you
I find that some issue on test, such as no NMS after detection? yes or no?,and the accuarcy is low, only use the dataset of yours "data.pk" with picture. If...
original paper set k = 7 k=3 is for visualization purpose so a ROI block crop(ROI_ALIGN) from score_map might have the following dimension [ 7, 7, n_classes ] but the...
hello, how to make data.pk file according to my own dataset? I only have .xml annocations files and images. And i do not have .pk file. Thanks a lot.
Thank you for your great job. I wonder how to test Fashion_Test.py. I download the DeepFashion46.h5 from Release,but I don't konw where to put it. Could you help me?
File "/usr/local/lib/python3.6/site-packages/keras/engine/topology.py", line 3115, in load_weights_from_hdf5_group str(len(filtered_layers)) + ' layers.') ValueError: You are trying to load a weight file containing 145 layers into a model with 123 layers. Also you...
I tried to train a simple model with your code, but unfortunately I get the following error when I try to train: ``` InvalidArgumentError (see above for traceback): assertion failed:...
Hi, I tried to train on the included dataset. (Code is from the MaskRCNN repo, I just created the `load_bbox` function.) The problem is that in training time my losses...
running >> python Fashion_Train.py produces the following error: Using TensorFlow backend. Traceback (most recent call last): File "Fashion_Train.py", line 124, in model = RFCN_Model(mode="training", config=config, model_dir=os.path.join(ROOT_DIR, "logs") ) File "/data/repos/Keras-RFCN/KerasRFCN/Model/Model.py",...
Hi @parap1uie-s parameters: RPN_BBOX_STD_DEV = np.array([0.1, 0.1, 0.2, 0.2]) BBOX_STD_DEV = np.array([0.1, 0.1, 0.2, 0.2]) in config.py How do the values of these two parameters get? Is it based on...