-
_DensePose_ maps human pixels of 2D RGB images to a 3D surface-based model of the body.
Resource: https://research.fb.com/facebook-open-sources-densepose/
-
I'm trying to get ssh-chat running on a raspberry pi B+ but I have encountered an issue.
The pi is running the September 2019 version of Raspbian Buster Lite.
I'm using go version go1.11.6 linux/a…
-
I run the infer_simple.py to test whether the installtion of densepose is successful, but have this problem .I don't know what's wrong.
python2 tools/infer_simple.py \
> --cfg configs/Dense…
-
It looks like many people are asking for CPU inference and it seems it needs much work to make it happen. What I offer is that we use this issue to publicly state what work is needed and so people ea…
-
when I run "python2 tools/train_net.py --cfg configs/DensePose_ResNet50_FPN_s1x-e2e.yaml OUTPUT_DIR tmp/detectron-output"
INFO train.py: 123: Building model: generalized_rcnn
WARNING cnn.p…
-
hi all!
I installed the densepose & caffe2 & detectron.when i run the code. i receive the following code:
`$ python tools/infer_simple.py \
> --cfg configs/DensePose_ResNet101_FPN_s1x-e2e.ya…
-
```
python tools/infer_simple.py --cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml --output-dir DensePoseData/infer_out/ --image-ext jpg --wts https://dl.fbaipublicfiles.com/densepos…
-
在windows下CPU运行RCNN的infer.py出错,下载的权重是按照pretrained里面的download.sh的地址下载的,使用的paddle 1.5版本,报错的信息如下:
C++ Callstacks:
holder_ should not be null
Tensor not initialized yet when Tensor::type() is called. a…
-
Hello,
The tests in the install section are passing OK and i have downloaded the DenseposeData but when i try to do inference as proposed in the getting started:
`python2 tools/infer_simple.py \
…
-
hi , this is a great work!
after read the paper and try the inference , i want to train the model use my own dataset with 'keypoint_rcnn_R-50-FPN_s1x.yaml'. because my dataset have 13 categories an…