Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,13 @@ For detailed information, refer to our preprint paper: [Policy Gradient-Driven N
|
|
13 |
If you use this code in your research, please cite our paper:
|
14 |
|
15 |
```bibtex
|
16 |
-
@
|
17 |
title={Policy Gradient-Driven Noise Mask},
|
18 |
author={Yavuz, Mehmet Can and Yang, Yang},
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
}
|
24 |
```
|
25 |
|
@@ -139,5 +139,5 @@ pip install pandas opencv-python tarfile tqdm numpy
|
|
139 |
```
|
140 |
|
141 |
---
|
142 |
-
license:
|
143 |
---
|
|
|
13 |
If you use this code in your research, please cite our paper:
|
14 |
|
15 |
```bibtex
|
16 |
+
@inproceedings{yavuz2025policy,
|
17 |
title={Policy Gradient-Driven Noise Mask},
|
18 |
author={Yavuz, Mehmet Can and Yang, Yang},
|
19 |
+
booktitle={International Conference on Pattern Recognition},
|
20 |
+
pages={414--431},
|
21 |
+
year={2025},
|
22 |
+
organization={Springer}
|
23 |
}
|
24 |
```
|
25 |
|
|
|
139 |
```
|
140 |
|
141 |
---
|
142 |
+
license: mit
|
143 |
---
|