Shyandram / CPGA-Net_Plus

This is the implementation of CPGA-Net+ based on Pytorch.
https://arxiv.org/abs/2409.05274
MIT License
5 stars 1 forks source link

test demo #1

Open leowl0924 opened 3 days ago

leowl0924 commented 3 days ago

Hi, set params as follows and run demo.py. After running, the image is black, as if it has been clipped. Is it due to a post-processing error? image image

Shyandram commented 3 days ago

Turn "--efficient" to False, it is not for CPGA-Net+ but for CPGA-Net (original). BTW, we’ll release a more efficient version soon, so stay tuned!

leowl0924 commented 3 days ago

Thanks for your reply. I'm looking forward to your new release.

leowl0924 commented 3 days ago

BTW, the DGF is CPGA-Net+? I see that there is also a pytorch project on your homepage, what is the difference with this project?

Shyandram commented 3 days ago

CPGA-Net+: This repo, Extended version of CPGA-Net CPGA-Net: repo CPGA-Net (DGF): Efficient version of CPGA-Net via reducing resolution

This repo contains both CPGA-Net and CPGA-Net+, with a primary focus on CPGA-Net+ (the extended version).

leowl0924 commented 2 days ago

CPGA-Net+: This repo, Extended version of CPGA-Net CPGA-Net: repo CPGA-Net (DGF): Efficient version of CPGA-Net via reducing resolution

This repo contains both CPGA-Net and CPGA-Net+, with a primary focus on CPGA-Net+ (the extended version).

OK, thanks. I will depoly and test it.