Eduardo Lago

Results 1 issues of Eduardo Lago

Here is my code based on the demo to get the `resnet18_baseline_att_224x224_A_epoch_249_trt.pth` optimized model: ```pyhton import json import trt_pose.coco with open('human_pose.json', 'r') as f: human_pose = json.load(f) topology = trt_pose.coco.coco_category_to_topology(human_pose)...