Xinghao Chen

Results 15 comments of Xinghao Chen

Yes it is feasible. You should detect two hands, crop them properly and use the model to estimate hand pose for each hand. Note that the models are trained using...

Hi, we do online data augmentation in training. That's to say, each sample is augmented randomly before being fed into the network for training. I can't remember the precise training...

Hi, thanks for your interest in our work. We are working hard to clean the codes for 3D object detection and please stay tuned for the updates.

Thanks for your interest. The cars.yml provided in this repository is a toy example for understanding how CARS algorithm works. For benchmarking CARS, you should change the hyper-parameters accordingly (e.g....

Thanks for sharing. Could you please directly create a pull request to include this dataset?

> @xinghaochen Hello! Thank you very much for your sharing. Do you have the evaluation of RGB data set and the summary of related papers? I think it would be...

Could you provide the original input image so that we could perform further analysis? Thanks.

Thanks for your test images. - I notice that the areas around the given prompt points are quite similar to that of background, i.e., both are in white, which make...

Hi, The original codes in `demo_quant.py` try to `import show_mask, show_points, show_box` from `demo.py`, thus it tries to run `demo.py`. That why you encounter the above error, since no checkpoint...