Skip to content

Commit

Permalink
update plots
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbzm committed Oct 18, 2024
1 parent 205b32f commit dd5ac0c
Show file tree
Hide file tree
Showing 64 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_extraction/create_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def read_and_process_data():
continue # Skip non-CSV files
file_path = os.path.join('results', file)
try:
df = pd.read_csv(file_path)
df = pd.read_csv(file_path, dtype={'Comment': str})
except Exception as e:
print(f"Error reading {file_path}: {e}")
continue
Expand Down
Binary file modified plots/DeepBlending_compaction_LPIPS.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_LPIPS_legend.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_LPIPS_legend_h.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_PSNR.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_PSNR_legend.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_PSNR_legend_h.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_SSIM.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_SSIM_legend.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compaction_SSIM_legend_h.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_LPIPS.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_LPIPS_legend.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_LPIPS_legend_h.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_PSNR.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_PSNR_legend.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_PSNR_legend_h.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_SSIM.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_SSIM_legend.pdf
Binary file not shown.
Binary file modified plots/DeepBlending_compression_SSIM_legend_h.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_LPIPS.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_LPIPS_legend.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_LPIPS_legend_h.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_PSNR.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_PSNR_legend.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_PSNR_legend_h.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_SSIM.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_SSIM_legend.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compaction_SSIM_legend_h.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_LPIPS.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_LPIPS_legend.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_LPIPS_legend_h.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_PSNR.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_PSNR_legend.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_PSNR_legend_h.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_SSIM.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_SSIM_legend.pdf
Binary file not shown.
Binary file modified plots/MipNeRF360_compression_SSIM_legend_h.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_LPIPS.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_LPIPS_legend.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_LPIPS_legend_h.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_PSNR.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_PSNR_legend.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_PSNR_legend_h.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_SSIM.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_SSIM_legend.pdf
Binary file not shown.
Binary file modified plots/SyntheticNeRF_compression_SSIM_legend_h.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_LPIPS.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_LPIPS_legend.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_LPIPS_legend_h.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_PSNR.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_PSNR_legend.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_PSNR_legend_h.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_SSIM.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_SSIM_legend.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compaction_SSIM_legend_h.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_LPIPS.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_LPIPS_legend.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_LPIPS_legend_h.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_PSNR.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_PSNR_legend.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_PSNR_legend_h.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_SSIM.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_SSIM_legend.pdf
Binary file not shown.
Binary file modified plots/TanksAndTemples_compression_SSIM_legend_h.pdf
Binary file not shown.

0 comments on commit dd5ac0c

Please sign in to comment.