salaniz / pycocoevalcap

Python 3 support for the MS COCO caption evaluation tools
Other
293 stars 82 forks source link

is your code guaranteed? #4

Closed fawazsammani closed 5 years ago

fawazsammani commented 5 years ago

Hi, and thanks for the code! I'd like to know if your code performs exactly the same as the original one. I am using your code in my research work on Image Captioning. So may I know if the code is 100% same as the original?

Thanks and Regards

salaniz commented 5 years ago

You can easily verify (i.e. look through) the changes this repository introduces in the few commits I made in this repository. They only resolve around replacing Python 2 functions with equivalent functions from Python 3.

I am confident that these changes do not alter the underlying algorithms, but I encourage you to make independent tests if you have doubts.

Please note that there is no liability from the authors of the code including myself as stated in the project's license (equivalent to the one from the original repository).