Skip to content

Commit 1674cfc

Browse files
committed
Add doc string for evaluate_bbox_variations.py
1 parent 02e9db6 commit 1674cfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/full_model/evaluate_bbox_variations/evaluate_bbox_variations.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
This script evaluates the robustness of the selection-based sentence generation capability of the model.
3+
See section 5.3 of main paper for more details.
4+
"""
5+
6+
17
from ast import literal_eval
28
import logging
39
import math

0 commit comments

Comments
 (0)