-
**Describe the bug**
We are trying to implement some network like [ShuffleNetV2](https://arxiv.org/abs/1807.11164) but encounter some error when `quantize_apply` the model.
![image](https://user…
-
Can someone help me?
(base) cyf@ubuntu:~/RetinanetTutorial/keras-retinanet$ keras_retinanet/bin/train.py --tensorboard-dir ~/RetinanetTutorial/TrainingOutput --snapshot-path ~/RetinanetTutorial/Tra…
-
I am a newbie and don't have a knowledge of tensorflow, keras
I found imageAI as a powerful tool for my simple image processing in python
The problem is after i install all of the dependencies and i…
-
Hi! I am getting this error when I am running the pretrained model on my dataset:
`ValueError: Layer conv1 was called with an input that isn't a symbolic tensor. Received type: . Full input: []. Al…
-
I downloaded a pre trained Keras model from:
https://github.com/fizyr/keras-retinanet/releases/download/0.4.1/resnet50_coco_best_v2.1.0.h5
Keras and Tensorflow version:
```
>>> import keras as…
-
Hi~ I decide to use your model as my pretrained model,but I‘ve found that there's no color augmentation in the generator,and it seems that the keras-retinanet use a modified transform generator, can y…
-
I have a csv file like:
''' image path, x, x+w, y , y+h '''
There is no class label.
I am having a hard time understanding how to convert this into csv that this code can read. OR generator of …
-
I used your config with updated sizes of anchors. It went well during first epoch but when the first epoch ended and it came to compute validation loss this exception was raised.
```
tensorflow.py…
-
Hi ZFTurbo :) I have written an algorithm to replace NMS, and implemented it on FastAi. I've been trying to implement it in the original keras-retinanet, but I'm running into a lot of issues. I cannot…
-
Hi,
I want to Calculate mAP/PR curves and view both losses training/validation at same time , what do i do ? your work is excellent but why didn't calculate those metrics ? in my opinion ,if we can t…