BigDong
BigDong
setup/format.tex 里面,注释还挺全的 可以看看
``` FUNCTION {format.editors} { editor empty$ { "" } % 这里改动了 { editor format.names } if$ } ``` `% format.collection.editors "editor" output.warn` ↑出现了两次给注释掉 改完这两个地方就少了很多 warning
> > ``` > > FUNCTION {format.editors} > > { editor empty$ > > { "" } % 这里改动了 > > { editor format.names } > > if$ > >...
Thanks for your suggestion. Maybe you can discuss the design with us first, and create a PR
所以最后怎么解决的呢
> 所以最后怎么解决的呢 [simsun.ttc.zip](https://github.com/a171232886/TJUThesis_master_2021/files/13225569/simsun.ttc.zip) 记得解压再上传 解决方案是上传一个 宋体的字体,然后 setup/format.tex 中增加: ``` \setCJKfamilyfont{simsong}{[simsun.ttc]} \newcommand{\simsong}{\CJKfamily{simsong}} ``` 然后在 preface/cover.text 中修改: ``` \cdate{\simsong{二〇二三年xx月}} ``` 就搞定了
Thank you very much for your suggestion, if you have time it is very hopeful that you can contribute algorithms to MMDetection!
We give some documents for users, such as https://github.com/open-mmlab/mmdetection/blob/3.x/docs/en/user_guides/deploy.md
We are planning to support the VIT model.
We are supporting ViTDet now. You can following https://github.com/open-mmlab/mmdetection/pull/9567