Skip to content

Commit

Permalink
Clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
gsahonero committed Nov 15, 2024
1 parent 1e8dc18 commit ee91af2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ println("Perceptual quality score: ", score)
- `pretraining`:`String` - defines which pretraining setup will be used. By default set to "DISTS". It supports "Flux" an "Mixed". "Flux" loads the 16 layers of VGG without modification. "Mixed" loads the convolutional layers of VGG without modification, but the pooling layers weights use the weights from `net_params.mat`

## Comments
- (AFAIK) Julia does not have an implementation of the DISTS metric, this "package" should do the trick. However, Flux implementation seems to produce different results with respect to PyTorch and MATLAB despite having the same weights.
- (AFAIK) Julia does not have an implementation of the DISTS metric, this "package" should do the trick.
- Flux implementation seems to produce different results with respect to PyTorch and MATLAB despite having the same weights. The results are similar and consistent, though.
- The DISTS score between two equal images is near to zero.
- Pooling layers from DISTS are implemented as DepthwiseConvolutions.

0 comments on commit ee91af2

Please sign in to comment.