-
Hi,
I am using ResNet for infer on single image with this given command and it is working well.
python2 tools/infer_simple.py \
--cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml \
…
-
Hello,
I am unable to run the model even after using ResNet50 weights.
------------------------------------
python2 tools/infer_vid.py --cfg configs/DensePose_ResNet50_FPN_s1x-e2e.yaml --output-…
-
This is my directory structure:
.
├── 1.jpg
├── LICENSE
├── README.md
├── checkpoints
│ ├── ckpt.txt
│ ├── cloth_segm.pth
│ └── ipadapter_faceid
│ ├── ckpt.txt
│ ├── ip-ada…
-
Hi guys:
I have some trouble debugging the following error. I tried some ways to fix it such as checking detectron PATHONPATH, but still doesn't doesn't work me. Can someone help me find out what …
-
Hi,
I am using ResNet for infer on video file with this given command and it is working well.
python2 tools/infer_vid.py
--cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml
--out…
-
I am currently building a human dance dataset. However, I am using the default model (Densepose_ResNet101_FPN_s1x-e2e.yaml) and default configuration, and I found out that the accuracy of the I map (t…
-
I was wondering if it is possible to run `densepose` annotations on a mp4 with `detectron2`?
In the ```projects``` folder, you can run `densepose` with ```applynet.py``` but this only works on ima…
-
After successful installation, I run this commad.
`
python2 tools/infer_simple.py \
--cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml \
--output-dir DensePoseData/infer_out/ \
--imag…
-
## ❓ How can we use densepose/detectron2 in order to get only fine person segmentation (faster than just using the apply_net.py provided as example)
We are using an already trained model (densepos…
Siset updated
4 years ago
-
Point sensors do not appear to be working in TRON:
Even though `s1x` and `s1y` are defined in the program, there is no `s1` variable, so the sensor cannot be used.
![image](https://user-images.g…