-
- 版本、环境信息:
1)PaddlePaddle版本:1.8.0
2)系统环境|GPU:aistudio上,v100
- 训练信息
1)单卡
2)16G
3)[operator < read > error]
- 复现信息:使用官方PaddleDetection-release-0.3,配置文件cascade_mask_rcnn_dcnv…
-
Hello,
I wrote this code to use detectron's DensePose on a single image:
```
img = plt.imread("./image.jpg")
plt.imshow(img)
cfg = get_cfg()
add_densepose_config(cfg)
cfg.merge_from_fil…
-
I try to run:
python2 tools/infer_simple.py \
--cfg configs/12_2017_baselines/e2e_mask_rcnn_R-101-FPN_2x.yaml \
--output-dir /tmp/detectron-visualizations \
--image-ext jpg \
--wt…
-
Requirements:
* Setup Travis CI
* Setup Unit Tests to run automatically
-
**Describe the bug**
Matrix input shows correct values, but is not saved back to the database.
**To Reproduce**
Steps to reproduce the behavior:
QuestionEditLayout.php
```php
…
-
My environment is
Ubuntu 16.04
Python 3.7
I am trying to run apply_net on CPU instead of GPU.
I saw other issues where people tried to run the demo.py on the CPU.
I followed the steps and it w…
-
I am trying to use the ApplyNet and get the estimated U,V coordinates.
I successfully did apply_net show and got the result visually.
However I want to get the coordinates. I tried using apply_net …
-
我回忆了一下大致的训练过程:
1) 安装paddleDetection(可能版本有些老,暂时没查版本号,或许后面再尝试一下装最新版本)
(想起来了,装最新版本一直在提示 paddle 版本需要>2.0.0, 不知道是什么意思?)
2) 把样本集按照Voc的目录分配好,并生成相应的trainval.txt / test.txt / label_list.txt
2-1) 根据事先的 训…
-
-
大佬在上:
aistudio训练报[operator < read > error]:Blocking queue is killed because the data reader raises an exception。
版本、环境信息:
1)PaddlePaddle版本:1.8.0
2)系统环境|GPU:aistudio上,v100
3)PaddleDetec…