Inference with Caffe2 models possible?

Hello!
Is there any option to infer with Caffe2 models through OpenCV ?
Thanks!

see https://docs.opencv.org/master/d2/d58/tutorial_table_of_content_dnn.html

Thanks!
I do not see any mention of Caffe2 here, does it mean it is not supported?
Is there any workaround?

You can import onnx which from what I have read Caffe2 exports to out of the box.