-
Hi Teams,
I have run the default training script of DLRM v2 to train the model, however, the GPU I used doesn't have enough memory for the default setting. I just modified the training script with th…
-
Hi,
I'm trying to convert a custom mmdet model that was created based on this pre-trained HTC model available from https://github.com/open-mmlab/mmdetection/tree/master/configs/htc/htc_x101_64x4d_f…
-
Hi Feng, I'd like to first appreciate this implementation. However, as mentioned in issue #35 , the processing of inference is different from the original [Centernet](https://github.com/xingyizhou/Cen…
-
## 描述问题
采用FasterRCNN作为baseline进行目标检测模型训练,训练后部署到现场工控机上进行图像预测,大部分情况正常,每天都会遇到几次偶发性错误。
## 环境
1.windows10 企业版 /i7-9700 CPU /16G RAM/ 64位操作系统/2080Ti
2.python==3.9.7;
paddlepaddle-gpu==2.2.1
pa…
-
Platform: ubuntu 16.04:
Python version: 3.6
Source framework with version: mxnet-cu92mkl 1.2.0
Destination framework with version: pytorch-0.4 with GPU
Running scripts:
```
SYM=mxnet/Deforma…
-
Dear authors, thank you for your work and for your repo.
Is there a simple way how to find matching configuration .py file (from /configs folder) for a particular .pth file?
E.g., I am looking f…
-
(measure) C:\Users\IFL\Desktop\Liu\Detector\CenterNet\src>python demo.py ctdet --demo webcam --load_model ../models/ctdet_coco_dla_2x.pth
Fix size testing.
training chunk_sizes: [32]
The output wil…
-
see this paper for ideas and code published on osf Kievit, R. A., Brandmaier, A. M., Ziegler, G., van Harmelen, A.-L., de Mooij, S. M. M., Moutoussis, M., … Dolan, R. J. (2018). Developmental cognitiv…
-
Many of the models on modeldb contain files that are not UTF-8.
They use an outdated text encoding format called "UCS-2" also known as "ISO 8859-1".
* https://www.ibm.com/docs/en/i/7.1?topic=unicode…
-
I got the thing working after following the original steps, except instead of using [DCNv2 for pytorch 0.4](https://github.com/CharlesShang/DCNv2/tree/pytorch_0.4) I used the [master branch for pytorc…