hustvl / hustvl/ControlAR

Checkpoint for testing missing

Open
#3 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
328
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Dear authors,

Thank you for the open source. Can you please give a lead on where to find the file "checkpoints/t2i/seg/seg_ade20k.pt" needed for testing "Text-to-image generation on ADE20k"?

bash scripts/autoregressive/test_t2i.sh --vq-ckpt checkpoints/vq/vq_ds16_t2i.pt \
--gpt-ckpt checkpoints/t2i/seg/seg_ade20k.pt \
--code-path data/Captioned_ADE20K/val --gpt-model GPT-XL --image-size 512 \
--sample-dir sample/ade20k --condition-type seg --seed 0

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with scripts/autoregressive/test_t2i.sh and trace the checkpoint paths used by the ADE20K text-to-image test. Check whether checkpoints/t2i/seg/seg_ade20k.pt is referenced elsewhere; done means documenting where this file can be obtained or correcting the testing instructions so the command is runnable.

Written by the indexing model from the issue text.

Assessment

Tech stack
bash, python
Domain
documentation, machine-learning
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.