-
Your work is so great, thank you for your contribution to science, but I am having problems reproducing it:TypeError: RetinaNet: init_weights() got an unexpected keyword argument 'pretrained' , may I …
-
```
CUDA Version: 11.0
nvcr.io/nvidia/pytorch 20.06-py3
barnch: master
```
hello, I have encounted this error when i run `odtk export retinanet_rn18fpn.pth engine.plan`
```
Loading model from…
-
(python3-venv) aarch64_sh ~> cm run script --tags=run-mlperf,inference,_find-performance,_full,_r4.1 --model=dlrm_v2-99 --implementation=reference --framework=pytorch --category=datacenter…
-
I use retinanet to train and test on VOC dataset. I found that the accuracy of retinanet after training with FGD is even lower than the original retinanet. It seems that dark knowledge has had a nega…
-
我首先修改了init_cfg中的内容init_cfg=dict(type='Pretrained', checkpoint='/root/mmdetection/checkpoints/my_pretrained.pth')),后来又修改load_from参数加载指定目录下的权重,都显示
2023/10/27 06:43:57 - mmengine - WARNING - The model a…
-
When multi_gpu=0, the network can be trained smoothly,
but when I change multi_gpu=8, I get the error bellow:
It seems likely the cfg cannot be passed to backbone_retinanet.
it seems like in t…
-
There are many for loops in ./lib/roi_data/retinanet.py comparing with ./lib/roi_data/rpn.py.
Need to optimize ./lib/roi_data/retinanet.py ? While there seems no burden in multi-threading data loa…
-
Hi there,
I have ran retinanet on **jetson Orin** and found the latency is greater than the official one.
My result is **118112979.00** ns which is 0.16 of the official results **19378310.00** ns.…
-
Dear all,
I have a working .onnx model (opset 11) and I want to convert it into a .pb model. I used the following command for the conversion:
> onnx-tf convert -i retinanet1.onnx -o .
This…
-
This [issue202](https://github.com/fizyr/keras-retinanet/issues/202) is facing a similar problem. There, he/she suggested to up sample the input image, which doesn't seem reasonable to me.
My solut…