tucachmo2202
tucachmo2202
@dreamilk have you retrained successfully? I want to retrain with my dataset and I am not clear about how to do. Could you tell me the way? Thanks very much!
@dreamilk thank for your reply. I am making my own dataset (almost are camera images) and I concern about accuracy you got or is this model suitable for action detection...
> @jaybdub how to train a larger model with 416x416 or 608x608. The current model size is quiet small and cannot detect small objects. Hi, hope you still need. You...
> How to resolve this issue that different person keypoints connnected with each other you should set link_threshold larger.
@lweingart ` import os import time import json import cv2 import torchvision.transforms as transforms import PIL.Image from trt_pose.draw_objects import DrawObjects from trt_pose.parse_objects import ParseObjects import trt_pose.coco import trt_pose.models import torch...
> Hello @tucachmo2202, > > Out of curiosity, where did you find your 'resnet50_baseline_att_256x256_A_epoch_249_trt.pth' model, did you train it yourself ? Hi, Yes. I retrained it. But the model is...
Hi, I think you should export the torch model to onnx first then convert onnx to tensorrt engine.
Hi, It is bottom up model. It is combo of ideas in two papers attached in readme.
@tareq992403 you should read this article https://www.geeksforgeeks.org/openpose-human-pose-estimation-method/
@tareq992403 you should see common.py file  and resnet.py. The model return two-branch.