Skip to content

Commit

Permalink
Update some TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Kyuwon Kim <[email protected]>
  • Loading branch information
chammoru committed Jun 30, 2024
1 parent 4c94134 commit 5f70e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Comparer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- [ ] 파일이 변경되었을 때 자동으로 update하게 하기
- [ ] Viewer에서 처럼 같은 해상도의 이미지가 같은 폴더에 있을 때 연속적으로 보여주도록 수정
- [ ] 이미지보는 배율을 바꾼 상태에서 새로운 이미지를 Drag&Drop으로 Open했을때 배율이 리셋되지 않아서 확대된 새 이미지가 보여지는 문제 (minor)
- [ ] 이미지 크기가 달라도 비교할 수 있도록 하면 어떨까? (큰 이미지에 맞게 작은 이미지에 패딩을 주어서 비교)

# DONE
- [x] zoom in-out할때 exp() ratio 사용
Expand All @@ -26,4 +25,5 @@
- [x] Viewer처럼 FPS를 조절 할 수 있도록 수정하기
- [x] 좌우 윈도우에 파일이름 보여주기
- [x] Interpolation 적용할 수 있도록 하기 (Viewer에 있는 기능)
- [x] PSNR 및 SSIM을 제대로 계산하고 있는지 확인 필요 -> OpenCV와 TensorFlow 방법으로 수정
- [x] PSNR 및 SSIM을 제대로 계산하고 있는지 확인 필요 -> OpenCV와 TensorFlow 방법으로 수정
- [x] 이미지 크기가 달라도 비교할 수 있도록 지원 (0a863c9d)

0 comments on commit 5f70e2c

Please sign in to comment.