yunxiaoshi / Neural-IMage-Assessment

A PyTorch Implementation of Neural IMage Assessment
Other
526 stars 95 forks source link

Issue with the test.py #14

Closed chingjunehao closed 4 years ago

chingjunehao commented 5 years ago

At line [66](https://github.com/kentsyx/Neural-IMage-Assessment/blob/f0028cd27de5cdb20a21c2b896999b3505bcb4f6/test.py#L66), it should be l+1 rather than l, because AVA votes start from 1 not 0.

yunxiaoshi commented 5 years ago

You are right! Fixed already