korejan
korejan
Hi, is there a reliable method to determine self occluded joints? I'm converting 2D joints to 3D via an RGB-D camera, there are cases when pose inference (correctly) predicts a...
@Gyx-One Hi, I saw the recent [commited pull request](https://github.com/tensorlayer/hyperpose/commit/6ccde104316865fe94180c1f7b2c40333cb3113e) and in the description it mentions this: > II.Customise dataset > 1.Enable multiple dataset training(eg:MSCOCO and MPII etc,aslong keypoint conversoin is...
### Parallel Optimizations Hi, I just pushed some optimizations via parallelization of some CPU intensive loops in the paf processor (plus a couple other places) into my [paf_opt](https://github.com/korejan/hyperpose/commit/e8598ca2170adef9fc1a7a25e92d677dd679ff05) branch. I...
Hi, in the docs about [converting to .trt protobuf format](example.gen_serialized_engine), there are very little details. I think it should mention the fact that the `--max_batch_size` paramater should match the batch...
Hello, I believe the behaviour of `InputQueue::pre_dispatch` in v0.7 is wrong compared to v0.6, the ndk docs for `AInputQueue_preDispatchEvent` say this about the return value: > ...Returns 0 if it...