Open asluborski opened 3 years ago
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs"; "Your Environment";
i also have this freaking problem how to fix?
I was wondering if it is possible to run
densepose
annotations on a mp4 withdetectron2
?In the
projects
folder, you can rundensepose
withapplynet.py
but this only works on images. I tried running this commmandInstructions To Reproduce the Issue and Full Logs :
I created a folder named DensePose in the configs folder and added in the .yaml and got the model id and file as well from the DensePose model zoo linked here: https://github.com/facebookresearch/detectron2/blob/master/projects/DensePose/README.md
with
densepose
weights and annotations butDetectron2
gives me this error:I know
DensePose
video exists but it is out of date as it usescaffe2
separated frompytorch
.Is this possible or can you not run on video?
My environment: