Dai Shuo
Dai Shuo
the [inswapper example](https://github.com/deepinsight/insightface/blob/master/examples/in_swapper/inswapper_main.py) doesn't work because of the missing model. codes to reproduce the issue with insightface v0.7.3. ``` >>> import insightface >>> swapper = insightface.model_zoo.get_model('inswapper_128.onnx', download=True, download_zip=True) download_path: /Users/daishuo/.insightface/models/inswapper_128.onnx...
Arxiv provides static html version of most papers using LateXML. The html contents are well structured by rich ltx_xxxx CSS classnames. It should be lightning fast parsing those paper htmls...