YangCaoCS commited on
Commit
28d0ccb
·
verified ·
1 Parent(s): 084f217

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The pretrained models and training logs of FANet (https://github.com/yangcaoai/fanet).
2
+ Please run 'md5sum -c md5sum.lst' to check the files.
3
+
4
+
5
+ If they are helpful, please cite:
6
+
7
+ ```
8
+ @article{cao2021fakemix,
9
+ title={FakeMix Augmentation Improves Transparent Object Detection},
10
+ author={Cao, Yang and Zhang, Zhengqiang and Xie, Enze and Hou, Qibin and Zhao, Kai and Luo, Xiangui and Tuo, Jian},
11
+ journal={arXiv preprint arXiv:2103.13279},
12
+ year={2021}
13
+ }
14
+
15
+ @misc{fanet,
16
+ author = {Cao, Yang and Zhang, Zhengqiang},
17
+ title = {fanet},
18
+ howpublished = {\url{https://github.com/yangcao1996/fanet}},
19
+ year ={2021}
20
+ }
21
+
22
+ ```