-
## 📚 Documentation
I use my custom data to train CenterNet2, however i met this error after about 3hours:
[08/09 22:12:04 d2.utils.events]: [eta: 1 day, 11:40:59 iter: 3660 total_loss: 1.185 …
-
num_classes in the CenterNet can don't have to include background class, so if I only have one class, num_classes should be set to 1.
This will make the denominator log(1) => 0
https://github.com/…
hikrr updated
3 years ago
-
I get this error when I try to run `python train.py CenterNet-52`
```
Traceback (most recent call last):
File "train.py", line 18, in
from nnet.py_factory import NetworkFactory
File "/ho…
-
when I use `python train.py CenterNet-104` to train the model, there is such error
`Traceback (most recent call last):
File "train.py", line 43, in prefetch_data
data, ind = sample_data(db, i…
-
Using single GPU, same network architecture, I found the training time per epoch of ttfnet is about 1.6 times than centernet.
I'm not sure whether I did the comparison right , has anyone made such co…
-
when i test with ctdet_coco_dla_2x.pth.
-----------------------------------------------------
python /home/zjp/PycharmProjects/CenterNet/src/demo.py ctdet --demo /home/zjp/PycharmProjects/CenterNet/…
zjp99 updated
4 years ago
-
目标检测centernet里面用到DCNv2结构,您的工程不支持这个层转为caffe,请问可以添加此新层吗?谢谢!
DCNv2 structure is used in object detection CenterNet. Your project does not support the conversion of this layer to caffe. Can you add this …
-
environment:
python:3.7.5 (default, Oct 25 2019, 15:51:11)
[GCC 7.3.0]
pytorch:0.4.1.post2
my code:
import tensorwatch as tw
import time
import torchvision
net = torchvision.models.alexnet(…
-
hello,thank you to open your code!
i want to know how to convert the centernet model to onnx , for example, i train a model by our dataset, but original centernet model is *.pth ,so do you have the c…
-
## 📚 Documentation
In the CenterNet2/centernet/modeling/dense_heads/centernet.py file, when calculating the distribution of center points, centers_discret = ((centers_expanded / strides_expanded).i…