Cyril Equilbec

Results 7 issues of Cyril Equilbec

Hi, Thanks for the amazing work. Quick question : is there a way to determine the optimal heatmap shape given an input image ? My images are (512, 1024, 3)...

Hello @lukemelas , Thank's for your amazing work. Do you have any plans to incorporate the pretrained weights using [noisy students scheme](https://arxiv.org/abs/1911.04252)? Weights are available for the [TPU / Tensorflow](https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet)...

enhancement

@toandaominh1997 thank's for your amazing work. However the URL links are broken, this PR fixes the URL mapping and also provides the option to load pretrained models using adversarial training,...

In the file models/efficientnets.py there is two from_pretrained() methods, is it normal ? Whats the point ?

Hi, I'm very much interested in using your work for my personal dataset. However I have 2 constraints : - Number of keypoints per image is variable (between 2 and...

Also, do you provide pretrained model for Semantic Segmentation ? Thank you

Hi everyone, Thanks for the awesome work. I've been trying to export the pytorch model to ONNX for inference with `torch.onnx.export` but it yields this error : `OnnxExporterError: Unsupported: ONNX...