File tree 3 files changed +34
-0
lines changed
3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ cff-version : 1.2.0
2
+ message : " If you use this software, please cite it as below."
3
+ authors :
4
+ - name : " MMEngine Contributors"
5
+ title : " OpenMMLab Foundational Library for Training Deep Learning Models"
6
+ date-released : 2022-09-01
7
+ url : " https://github.com/open-mmlab/mmengine"
8
+ license : Apache-2.0
Original file line number Diff line number Diff line change @@ -308,6 +308,19 @@ runner.train()
308
308
309
309
We appreciate all contributions to improve MMEngine. Please refer to [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for the contributing guideline.
310
310
311
+ ## Citation
312
+
313
+ If you find this project useful in your research, please consider cite:
314
+
315
+ ```
316
+ @article{mmengine2022,
317
+ title = {{MMEngine}: OpenMMLab Foundational Library for Training Deep Learning Models},
318
+ author = {MMEngine Contributors},
319
+ howpublished = {\url{https://github.com/open-mmlab/mmengine}},
320
+ year={2022}
321
+ }
322
+ ```
323
+
311
324
## License
312
325
313
326
This project is released under the [ Apache 2.0 license] ( LICENSE ) .
Original file line number Diff line number Diff line change @@ -294,6 +294,19 @@ runner.train()
294
294
295
295
我们感谢所有的贡献者为改进和提升 MMEngine 所作出的努力。请参考[ 贡献指南] ( CONTRIBUTING_zh-CN.md ) 来了解参与项目贡献的相关指引。
296
296
297
+ ## 引用
298
+
299
+ 如果您觉得 MMEngine 对您的研究有所帮助,请考虑引用它:
300
+
301
+ ```
302
+ @article{mmengine2022,
303
+ title = {{MMEngine}: OpenMMLab Foundational Library for Training Deep Learning Models},
304
+ author = {MMEngine Contributors},
305
+ howpublished = {\url{https://github.com/open-mmlab/mmengine}},
306
+ year={2022}
307
+ }
308
+ ```
309
+
297
310
## 开源许可证
298
311
299
312
该项目采用 [ Apache 2.0 license] ( LICENSE ) 开源许可证。
You can’t perform that action at this time.
0 commit comments