detection-2016-nipsws icon indicating copy to clipboard operation
detection-2016-nipsws copied to clipboard

Hierarchical Object Detection with Deep Reinforcement Learning

Results 16 detection-2016-nipsws issues
Sort by recently updated
recently updated
newest added

When I run the code, it stops at this line: https://github.com/imatge-upc/detection-2016-nipsws/blob/dbcc3ac46b4e2a8841eadd1cbc46ee58c6d9a2a8/scripts/image_zooms_training.py#L76 The error message is the following: ``` Traceback (most recent call last): File "E:\EUMETSAT\UPC\scripts\image_zooms_training.py", line 76, in model_vgg =...

I am getting this error after i have setup all the paths : ValueError: Negative dimension size caused by subtracting 2 from 1 for '{{node max_pooling2d_2/MaxPool}} = MaxPool[T=DT_FLOAT, data_format="NCHW", ksize=[1,...

Can I run this code in Google Colaboratory? I did but there comes some error regarding VGG16.

Jesus , i really can't solve this bug when i load vgg16_weights.h5. Who can tell me? I even want to die.

Used the pre-trained model model_image_zooms_2, it returns action 6 on the very first prediction with similar airplane test images. I am getting qval returned like the following one: [[ 0.00517994...

File "/home/priya/Downloads/detection-2016-nipsws-master/scripts/parse_xml_annotations.py", line 56, in generate_bounding_box_from_annotation masks[annotation[i, 3]:annotation[i, 4], annotation[i, 1]:annotation[i, 2], i] = 1 TypeError: slice indices must be integers or None or have an __index__ method

Yes, pretrained CNN is used here,using pretrained cnn (vgg16 here) has 2 benefits:First, learning the Q function is faster because we need to up-date the parameters of the Q-Network only,...

Thank you for your code. I have two questions. 1. Is the vgg16_weights.h5, which downloaded from the link provided by you, pretrained on ImageNet? 2. It seems that the model_vgg...

Hi I'm a beginner and running the this code I installed keras 2.0.2, theano0.9.0 with (anaconda3)python3.5. and coding by pycharm on windows10. but I'm getting an error after image_zooms_training.py run:...