qqsh0214
qqsh0214
@wasedawesley Which one do you use? FCN.py or FCN_plus.py?
@daodaofr Could you please share your prediction code with us? I just use the hg_refined_200 model and inference.py but skeletons can not be detected.
@luohuan2uestc To test on single image, you can change hpeWebcam function in predictClass.py as follow: `rootdir = './images_lip/' images = os.listdir(rootdir) count = 0 for image in images: count +=...
Hi @dragonfly90 I am also confused about how your data.json is organized. Can you give an explanation for each part in data.json. Thanks!In fact, I also want to use this...
@dragonfly90 Thanks for your reply! I have tried your `test_generateLabel.ipynb` and visualize the heat map and mask. In fact, they are correct. So maybe there is something else causing the...
@dragonfly90 OK, I see. I will try later. Thank you very much!
@dragonfly90 Thanks. Your new code works without previous error on COCO dataset. I will try to change other parts of the code to fit my own dataset.
I meet with the same error in other project. Does anybody know how it come up?Thanks! `RuntimeError: simple_bind error. Arguments: data: (1, 3, 368, 368) heatmaplabel: (1, 19, 46, 46)...
OK.Thank you very much.
I get the same error:No module named 'nms_grid'. First, I think that it is caused by not installing some python packages called nms_grid. However, I can't google any information about...