Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate features? #15

Open
Edwardmark opened this issue Jun 28, 2021 · 0 comments
Open

How to generate features? #15

Edwardmark opened this issue Jun 28, 2021 · 0 comments

Comments

@Edwardmark
Copy link

Run the demo with the following:

python -m pdb tools/demo/demo_image.py \
       --config_file sgg_configs/vgattr/vinvl_x152c4.yaml \
       --img_file ./test_ims/641.jpg \
       --save_file output/641.obj.jpg \
       --visualize_attr \
       MODEL.WEIGHT models/vinvl/vinvl_vg_x152c4.pth \
       MODEL.ROI_HEADS.NMS_FILTER 1 \
       MODEL.ROI_HEADS.SCORE_THRESH 0.2 \
       DATA_DIR "./test_ims" \
       TEST.IGNORE_BOX_REGRESSION True \
       MODEL.ATTRIBUTE_ON True \
       TEST.OUTPUT_FEATURE True \
# TEST.IGNORE_BOX_REGRESSION True for RPN, False for detection

Where is the base64 features? I cannot find it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant