Arjun Yadav

Results 6 comments of Arjun Yadav

Facing the same issue here on Chrome, macOS.

Importing Google Fonts is working just fine for me when I use an external CSS file or ~~extend~~/overwrite existing styles. The font you gave also works for me. How are...

Apologies, **extending styles seems to break importing Google Fonts.** Though I'm not exactly sure why. For now, I'd recommend using 'Overwrite styles' or a CDN link. Hope that fixes your...

I've been trying to add support myself, but I don't have the technical prowess to do so. [However, I have come across a pip package that could help.](https://pypi.org/project/md-mermaid/)

Good luck everyone! It was a lot of fun to toy around, hopefully there is a similar competition soon

This is most likely due to the use of SyncBN instead of BatchNorm ([source](https://github.com/facebookresearch/detectron2/issues/3972)), try setting that to `False` in the `main.py` file.