Skip to content

issues Search Results · repo:mseitzer/pytorch-fid language:Python

Filter by

86 results
 (74 ms)

86 results

inmseitzer/pytorch-fid (press backspace or delete to remove)

I m interested in using FID to assess the quality of 3D medical images translated from CT to MRI. Since the images are unpaired, with no exact correspondence between CT and MRI slices, comparing them directly ...
  • aeinkoupaei
  • Opened 
    on Sep 5, 2024
  • #114

The InceptionV3 model in PyTorch is trained on ImageNet. According to the official documentation, it uses the mean and standard deviation of ImageNet for normalization. However, I noticed in the code that ...
  • kmittle
  • 2
  • Opened 
    on Jun 23, 2024
  • #112

(fid) 1104:~/wav/pytorch-fid-master/src$ python -m pytorch_fid pytorch-fid-master/real pytorch-fid-master/fake --device cuda:0 anaconda3/envs/fid/lib/python3.8/site-packages/torch/nn/modules/conv.py:456: ...
  • guo-king666
  • 1
  • Opened 
    on May 2, 2024
  • #111

Hi, I m trying to execute FDI to compare two images. When I execute i get this error, someone knows how to fix it? Thanks! File C:\Users\ANGEL\anaconda3\Lib\site-packages\pytorch_fid\fid_score.py , line ...
  • aramirezf05
  • Opened 
    on Apr 23, 2024
  • #110

I m attempting to compute the FID between two datasets, each containing 192 samples. I used the following command: python -m pytorch_fid --dims 192 ./real/ ./fake/ However, I m getting a negative FID ...
  • santiago-parodi
  • 2
  • Opened 
    on Feb 3, 2024
  • #105

I get the error, and don t know how to solve it. python -m pytorch_fid D:/Code/dcgan/dataset/cargo D:/Code/PyTorch-GAN/implementations/wgan_gp/cargo_generat2 Warning: batch size is bigger than the data ...
  • Royalbx
  • 5
  • Opened 
    on Nov 17, 2023
  • #104

image Hello, I ve encountered the problem above
  • khansharkhamnida
  • 14
  • Opened 
    on Nov 10, 2023
  • #103

Fellas, I m taking a look at FID score to use it as an evaluation metric for my generated videos. Is this code able to be applied to videos, not images? If not, then can it be changed into one for that ...
  • justin4ai
  • 1
  • Opened 
    on Nov 1, 2023
  • #102

when I try to test a model with label condition inside with fid_score, it throws: ` File fid_test.py , line 40, in module a, b = pytorch_fid.fid_score.calculate_activation_statistics(fid_files, G, 4, ...
  • leibohan
  • 1
  • Opened 
    on Sep 18, 2023
  • #101
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub