pramod-wick
pramod-wick
> > On ubuntu 20.04.2 LTS, CPU only, built from source, I checked and make sure BUILD_PYHTON is flagged, openpose.bin works just fine. > > If (from openpose dir) I...
> I also had this problem after upgrading to jQuery 3(no turbolinks installed also). > > I just replace > > ``` > jQuery(document).on('ready page:load', function() { > Filterrific.init(); >...
I have trained the model successfully following these instructions https://github.com/NVIDIA-AI-IOT/trt_pose/issues/59#issuecomment-668252922 If you can annotate your data in COCO format it should not be a problem
Hi, I tested on a video with 1 person with tracking on 18 keypoints, which brings about 10fps. I also tested on a video with 4 people and got around...
Hi, Since I have already integrated this code into another project, I cannot share the entire thing. However I made a demo python code of what i'm trying to do....
Hi, Thanks for the quick response and support :), Could you confirm that with "enable_tracker=True", the CPU utilization is not increased? . I also ran the cProfile command, however do...
Hi, I performed profiling for a 100 frames of my original application with the norfair pose tracker ([posesort.log](https://github.com/tryolabs/norfair/files/6669967/posesort.log)) vs with SORT tracker (abewley/sort) with bounding box input ([sort.log](https://github.com/tryolabs/norfair/files/6669964/sort.log)). There definitely...
@joaqo Yes definitely looking forward for those optimizations :) @lweicker I agree the results are strange indeed, because the trt pose densenet is completely decoupled from the tracking, so the...