Walid Benbihi
Walid Benbihi
Hi, Thank you for the comment, I hoped somebody will notice it haha. I started this project by using the exact same configuration as in the paper, so the Mean...
Hi, Are you using the pretrained model? I manage skeleton detection with a joint threshold (j_thresh) around 0.4 for very likely body parts and 0.25-0.3 for less common pose. I...
You are right. Thank you for your update I will modify this.
Thanks for the feedback. Indeed the OpenCV dependency might causes errors. I will add a way to choose the image processing module in the next version. Could you enlighten me...
Hi, You can download a pretrained model [here](https://drive.google.com/file/d/0B03jF2Gc59lRX0ZjbFJLaWZUSUk/view?usp=sharing) Tell me If you have any trouble, some tools should be available soon for prediction and visualization.
hourglass_tiny_testing is a backup file. You cannot use the new hourglass_tiny with the pretrained model and it is not compatible with the predictClass.py. I am making a cleaner code. Should...
In what way are the results incorrect? Do you have an image or some results you can share?
I think I understand why your results are incorrect. I tried your code, it works fine excepts it uses BGR images in the network whereas it was trained on RGB...
> ## [](https://sonarcloud.io/dashboard?id=neo4j-contrib_neomodel&pullRequest=821) **Quality Gate failed** > Failed conditions  [48.9% Duplication on New Code](https://sonarcloud.io/component_measures?id=neo4j-contrib_neomodel&pullRequest=821&metric=new_duplicated_lines_density&view=list) (required ≤ 3%) > > [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=neo4j-contrib_neomodel&pullRequest=821) It appears most...
> Hello ! Thank you for your PR. The way the transpiling works is that you should only write code in the `async_` part, and the `sync_` part will be...