RP-R-CNN
RP-R-CNN copied to clipboard
Renovating Parsing R-CNN for Accurate Multiple Human Parsing
Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@wiredfool]...
Hello! I am trying to train RP-R-CNN, but I encounter a problem when runing the training command following the Readme.md. When running ``` CUDA_VISIBLE_DEVICES=0 python tools/train_net.py --cfg cfgs/CIHP/e2e_rp_rcnn_R-50-FPN_3x_ms.yaml ``` I...
Hello! I am trying to install RP-R-CNN in google colab, but I am having a problem with the `sh make.sh` step. When running I am getting the following message: ```...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Hi, Thanks for your work, I've tried to run minimal demo code I wrote but i got this error : ``` Traceback (most recent call last): File "demo.py", line 33,...
thank your for your great work! I have benefited much from Parsing-rcnn. I have been looking forward to RP-R-CNN for a long time, this paper still give me much surprise....