HongHu
HongHu
Yeah, I'd like to use evaluateAP.m test the model and analyze the sample of PAF prediction error. Then it needs to get the images' ground truth standard. I thought your...
@yw155 thanks a lot.
Just change adjust tensorboadX version, not the last version. Method one : In `pose_estimation/train.py` ```python # NOTE 1.5=>tensorboardX>=1.2 # writer_dict['writer'].add_graph(model, (dump_input, )) writer_dict['writer'].add_graph(model, (dump_input, ), verbose=False) ``` Method two: just...
@bearpaw @Odaimoko Hello, I test multi detector, like mask, cascade_RCNN , and the detector vis and other preds' results are as follows: ## vis samples  ## preds samples |...
Hi Xucong, Thank you for the clarification regarding the gaze coordinate system. I appreciate your reference to the EVE dataset setting and the explanation about the gaze origin being defined...
Thank you very much for your prompt response and assistance. For the Funlimited/open version, we need to assign a text to each box annotation (replacing the category with a text)....