Laurent Weingart
Laurent Weingart
Hello innerlee, Unfortunately it does not appear to be successful. Here is the command I ran: ``` python3 demo/top_down_img_demo_with_mmdet.py \ demo/mmdetection_cfg/faster_rcnn_r50_fpn_1x_coco.py \ http://download.openmmlab.com/mmdetection/v2.0/faster_rcnn/faster_rcnn_r50_fpn_1x_coco/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth \ configs/top_down/hrnet/coco/hrnet_w48_coco_256x192.py \ https://download.openmmlab.com/mmpose/top_down/hrnet/hrnet_w48_coco_256x192-b9e0b3ab_20200708.pth \ --img-root tests/data/coco/...
Hi again innerlee, I have installed mmpose on a jetson nano about two weeks ago, and mmpose on a jetson agx xavier two days ago. The segmentation faults are on...
> Could you succesfully train/inference a classification model, such as resnet18 on it? Do you mean theoretically, or is that a pointer to debug the problem ? All Jetson devices...
Hello, So, I reinstalled everything on my Jetson Xavier from scratch (system, jetpack, torch, opencv and everything), and it still segfault. I didn't think about at first, as I installed...
Hi @innerlee, So, to have consistent results between my Jetson Xavier and my Jetson Nano, I installed on the Xavier the same versions as on the Nano, which is to...
Hello @gohjiayi, I'm coming today facing the same issue as you did at the time. I would like to try and use train_sequential.py to train my own action recognition model,...
Hi @gongysh2004, @jinfagang Could you please share your code if you were able to make it work ? Did you use openCV to capture the webcam or did you use...
Hello @tucachmo2202, Thank you very much for your help. I will try it tomorrow :-) Thank again
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 ?
Hello @jinfagang, hello everyone, May I ask you how you did to obtain this image? https://user-images.githubusercontent.com/21303438/105796494-e92c6c80-5fc9-11eb-9504-5a0832458c66.png What I mean is that I want to be able to draw these skeletons...