convergedmachine commited on
Commit
e493c37
·
verified ·
1 Parent(s): 6566192

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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
- @article{yavuz2024policy,
17
  title={Policy Gradient-Driven Noise Mask},
18
  author={Yavuz, Mehmet Can and Yang, Yang},
19
- year={2024},
20
- eprint={2406.14568},
21
- archivePrefix={arXiv},
22
- primaryClass={eess.IV}
23
  }
24
  ```
25
 
@@ -139,5 +139,5 @@ pip install pandas opencv-python tarfile tqdm numpy
139
  ```
140
 
141
  ---
142
- license: cc-by-2.0
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
  ---