ltkong218 / SAFNet

SAFNet: Selective Alignment Fusion Network for Efficient HDR Imaging (ECCV 2024)
21 stars 2 forks source link

FLOPs metric #7

Open guferreti opened 1 month ago

guferreti commented 1 month ago

How did you calculate the FLOPs of HDR-GAN, sorry for the out of topic question

ltkong218 commented 1 month ago

I use the script like benchmark_SAFNet.py to test PyTorch implement of the generator of HDR-GAN. Thanks.

guferreti commented 4 weeks ago

Can you share this implementation(I know that somethings you cannot share)? for my final paper(I'm undergraduating) and doing some modification in the generator model of HDR-GAN and I want to use FLOPs metric to compare the modification I did with the original(I used the original HDR-GAN repo for that).

ltkong218 commented 4 weeks ago

The generator of HDR-GAN is a common U-Net and is easy to implement. Since you are doing some modification in the generator of HDR-GAN for your final paper, I suggest that you implement the code yourself for better understanding and more accurate FLOPs measurement. Thanks.