-
Detectron (main repo, not the included subfolder) does a md5 hash verification before it downloads weights in [this line](https://github.com/Viliami/Detectron/blob/158d732167acfda80366d6355194b9324d09…
-
I ran into a run-time error. The script seemed to process most of the video file. I wonder if it errored on the last frame???
I did have a question regarding the vis.py file. I placed vis.py in the…
-
I want to run Keypoint RCNN on an embedded board(not TX1 or 2, but another powerful DSP board that can run RFCN or Faster RCNN model in real time) after model quantization and some optimization. Unfo…
-
I see the https://github.com/facebookresearch/DensePose/issues/126 .But when I train the model using DensePose_ResNet50_FPN_s1x-e2e.yaml, I got INFO task_evaluation.py: 200: copypaste: 0.4748,0.8447,0…
-
Hello,
I have finally installed DensePose and all the dependencies. First I installed Caffe2 following this [instruction](https://caffe2.ai/docs/getting-started.html?platform=ubuntu&configuration=…
-
We spend time trying to get the errorsummary artifacts for these tasks, but they don't have errorsummary.
For example, for a single push, I got the following list of tasks with missing groups in Ac…
-
Error while running Pose track. please help!
here are the logs
root@d2e35239a17d:/densepose# python2 tools/test_net.py --cfg PoseTrack/configs/DensePose_ResNet50_FPN_s1x-e2e.yaml TEST.WEIGHT…
-
Right now, first- and second-order coefficients are interleaved in 1D and 2D. In 3D, we first have first order, then second order. For consistency, it should be the same across dimensions. I propose w…
-
Hi,
Running the following test_net.py commandline:
```
python2 tools/test_net.py --cfg configs/DensePose_ResNet50_FPN_s1x-e2e.yaml TEST.WEIGHTS https://s3.amazonaws.com/densepose/DensePose_ResNet…
-
I got this warning when visualizing the human-body FG mask indices. And the output is just like the origin picture. Then I checked the INDS file generated by densepose, which is totally black.
I…