-
hello, I can see your question here:
https://github.com/chrispolo/Keypoints-of-humanpose-with-Mask-R-CNN/issues/5
were you able to solve this problem? or high loss function is correct?
-
Before you open an issue, please make sure you have tried the following steps:
1. Make sure your **environment** is the same with (https://mace.readthedocs.io/en/latest/installation/env_requirement…
-
I'm trying to run your code in Windows 10 (tensorflow 1.6.0, CUDA 9.0, CuDNN 7.1.2) environment.
When I run inference_humanpose, I got error same as below figure.
![error](https://user-images.githu…
-
Hi,
I am trying to train for coco dataset.
The command I am using is: python3 coco.py train --dataset=/home/mask-rcnn/Mask_RCNN-master/dataset-coco --model=coco --download=false --year=2017
The…
-
hey,Where are the 0-18 keypoints defined in the main.cpp or other files, and how can the coordinates of one joint be read
-
Hi, all,
After successfully building kaolin, I got the import error as follows:
```
(kaolin) root@milton-ThinkCentre-M93p:/data/code10/kaolin# python
Python 3.6.9 |Anaconda, Inc.| (default, Ju…
-
### Environment
I pulled the environment information from the `tf_env_collect.sh` script offered here: https://github.com/tensorflow/tensorflow/blob/master/tools/tf_env_collect.sh.
```
== cat /et…
-
When I run `demo_human_pose`, I get this error :
```InvalidArgumentError Traceback (most recent call last)
/usr/local/lib/python3.5/site-packages/tensorflow/python/framework…
-
Hi,
I see that each HumanPose is constituted by a vector of cv::Point2f keypoints and a single confidence score for the whole pose, but I would like the score for each keypoint.
Looking at the cod…
-
Nice work on this repo! I am able to convert the pretrained model to onnx and then to IR format with no issue (using your README). The model works with running the demo (C++ and shell script ./human…