-
Hi,
I followed the setup in the README.md. I am getting the following error when running the first cell of the main_simple.ipynb notebook:
```
-------------------------------------------------…
-
Hi!
I am grateful for your good work.
Now I'm learning FRSKD with your code, but the performance is about 62.xx, which is different from what is specified in github.
How can I fix this error?
(Th…
-
Q: I trained a model with a dataset in coco format that I made myself, and now have two problems: 1) The score is high on the validation set, but low for other datasets of the same type. This doesn't …
-
when I am trying to train the center2 with my own data, here is an error.
File "/home/atesi3/anaconda3/envs/torch18/lib/python3.6/site-packages/yacs/config.py", line 491, in _merge_a_into_b
…
-
Hi there,
Just wondering how to modify yolov5s_BiFPN.yaml to make it run with yolov5m model?
Thanks so much!!
-
## ❓ Question
I'm converting my (EfficientDet) model using `torch_tensorrt.compile` like so, after having successfully torchscript'ed it and verified that the output is the same as the non-torchscr…
-
Is there any "ready packages" for the objects detection API on Arm64 ? I did install all need stuff and performed steps on your Docker image, but I am getting following errors:
`2022-08-04 16:58:5…
-
Hi, looking for a quantized model if you can make avaialble
-
在官方yolov5-v6.0中的models/hub文件夹下,作者提供了一个yolov5-bifpn.yaml模型配置文件。我看了下,官方作者只在head的检测中等目标(medium)的检测头加入了bifpn,请问作者您知道怎么在小目标检测头也添加bifpn吗?如果您有相关的yaml文件,可以提供一下吗?谢谢
我问的配置文件的链接:[https://github.com/ultralytics/…
-
Hello Everyone,
i am trying to train a custom detection model with just 2 classes (car and person), from a pretrained model (resnet), i am using this tutorial : [https://tensorflow-object-detec…