-
Platform (like ubuntu 16.04/win10):
Windows
Python version:
3.5.5
Source framework with version (like Tensorflow 1.4.1 with GPU):
Keras 2.2.2; tensorflow 1.8.0; all with GPU
Destination framewor…
-
hello, when I run retinanet.py, it shows error:
`Traceback (most recent call last):
File "retinanet.py", line 58, in
test()
File "retinanet.py", line 56, in test
cls_preds.backward(c…
-
Object detection models from torchvision not working. If you try to prune pretrained object detection models from [torchvision](https://pytorch.org/vision/stable/models.html#object-detection) you will…
-
I used mtq.INT8_default_CFG as recommended for CNN networks (mtq.quantize(model, config, forward_loop). My initial model ran at 80FPS after quantization it dropped to 40FPS? I checked the model struct…
-
Hi. We are testing some models on our CI using 2.4 static/deploy/python/infer.py. Since static is removed in release 2.5, Which app should we use now for testing both **qat** and **fp32** versions of:…
-
I followed the [document](https://docs.mlcommons.org/inference/benchmarks/image_classification/resnet50) to inference ResNet50, using MLCommons-Python -> edge -> Tensorflow -> CUDA -> Native
The comm…
-
https://github.com/CasiaFan/tensorflow_retinanet/blob/39d53cca8bc5bdb10f57614282ed2b568e349910/loss.py#L35
Why you multiply `onehot_labels` again in this line?
-
Using nuclio v1.5.16 (dashboard + nuctl) I can deploy the function: https://github.com/openvinotoolkit/cvat/tree/nm/serverless_tutorial/serverless/pytorch/facebookresearch/detectron2/retinanet/nuclio
…
-
### 🐛 Describe the bug
Reference: https://github.com/pytorch/vision/pull/4409#issuecomment-920723588
cc @datumbox
-
Im getting this error while trying to run the code.
```
Traceback (most recent call last):
File "/Users/user/Downloads/hands-annotation-master/examples/ca.py", line 2, in
from keras_retin…