GenPromp icon indicating copy to clipboard operation
GenPromp copied to clipboard

[ICCV 2023] Generative Prompt Model for Weakly Supervised Object Localization

Results 8 GenPromp issues
Sort by recently updated
recently updated
newest added

Hello, The problem is that the parameter `w` or `"{'test': {'combine_ratio': 0.6}}"` in the readme.md doesn't seem to work when running inference. I tried setting values 0, 1, 0.1, 0.9...

Thanks for your great work! There is an issue during testing. When using python main.py --function test --config configs/cub_stage2.yml --opt "{'test': {'load_token_path': 'ckpts/cub983/tokens/', 'load_unet_path': 'ckpts/cub983/unet/', 'save_log_path': 'ckpts/cub983/log.txt'}}" for evaluation, I...

Thanks for your greate work and sharing. How do you do the visulization about attention activation? Thans.

Hello, When i run ` python main.py --function test --config configs/cub_stage2.yml --opt "{'test': {'load_token_path': 'ckpts/cub983/tokens/', 'load_unet_path': 'ckpts/cub983/unet/', 'save_log_path': 'ckpts/cub983/log.txt'}}” ` I am encountering this error ` Traceback (most recent call...

I am currently looking into the implementation details of the model training process, particularly focusing on the model saving mechanism as delineated in the code. In if block, on line...

Thanks for the great work! Any Colab demo on inference on arbitrary images (not in ImageNet)?

Hi, I tried running your code on my custom dataset. Training works well, but I keep encountering a "tuple index out of range" error during the test phase at the...

python main.py --function test --config configs/cub_stage2.yml --opt "{'test': {'load_token_path': 'ckpts/cub983/tokens/', 'load_unet_path': 'ckpts/cub983/unet/', 'save_log_path': 'ckpts/cub983/log.txt'}}" Namespace(config='configs/cub_stage2.yml', function='test', opt={'test': {'load_token_path': 'ckpts/cub983/tokens/', 'load_unet_path': 'ckpts/cub983/unet/', 'save_log_path': 'ckpts/cub983/log.txt'}}, seed=1234) An error occurred while trying to...