You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should I additionally set end_factor to 1.04 in the command and set the variable self.ef_idx to 3 in class CLIPTextGenerator to reproduce image caption results?
#12
Open
baiyuting opened this issue
Dec 7, 2022
· 1 comment
in readme.md, to perform image caption, the command is $ python run.py --reset_context_delta --caption_img_path "example_images/captions/COCO_val2014_000000097017.jpg"
however, in the paper, it said that the end_factor is 1.04 and time-step is 3.
To reproduce image caption results, should I additionally set end_factor to 1.04 in the command and set the variable self.ef_idx to 3 in class CLIPTextGenerator?
The text was updated successfully, but these errors were encountered:
in readme.md, to perform image caption, the command is however, in the paper, it said that the end_factor is 1.04 and time-step is 3. To reproduce image caption results, should I additionally set end_factor to 1.04 in the command and set the variable self.ef_idx to 3 in class CLIPTextGenerator?$ python run.py --reset_context_delta --caption_img_path "example_images/captions/COCO_val2014_000000097017.jpg"
in readme.md, to perform image caption, the command is
$ python run.py --reset_context_delta --caption_img_path "example_images/captions/COCO_val2014_000000097017.jpg"
however, in the paper, it said that the end_factor is 1.04 and time-step is 3.
To reproduce image caption results, should I additionally set end_factor to 1.04 in the command and set the variable self.ef_idx to 3 in class CLIPTextGenerator?
The text was updated successfully, but these errors were encountered: