跳到主要内容
知仓学习社ZHICANG

wacv-artifact-evaluation

Use when packaging code, data, and models for a WACV paper, covering the anonymous review artifact versus the public post-acceptance release, reprod…

不碰外部(只输出文字)无严重或高危命中brycewang-stanford/Awesome-Journal-Skills

它会碰到什么

扫了多少1 个文本文件,4 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

WACV Artifact Evaluation

Use this to build the two artifacts a WACV paper needs: a sealed anonymous package for

review and a public release after acceptance. WACV's applications framing means the

artifact must let a reviewer reproduce a deployed claim, and the two-round model means the

artifact must survive a revision. Facts are the WACV 2026/2027 cycles as read on 2026-07-09.

Two artifacts, two audiences

| | Anonymous review artifact | Public post-acceptance release |

|---|---|---|

| Audience | Double-blind reviewers | The community, via CVF open access + IEEE Xplore paper |

| Identity | Fully anonymized: no author names, repos, or org strings | De-anonymized; real repo, license, and citation |

| Contents | Enough to reproduce the headline claims | Full code, weights, and dataset (or access instructions) |

| Timing | With the submission / supplement | By the camera-ready obligation (see wacv-camera-ready) |

Do not ship the review artifact with a link to a named GitHub repo or a project page — that

breaks double-blind. Ship the code and a runnable path inside the anonymized package.

Reproduce the claim, not just the metric

For an Applications-track paper the headline is usually a constraint ("runs at 2 W on device

D under sub-10-lux"), and an artifact that only reproduces an accuracy number does not

support that claim. Include what a reviewer needs to check the systems result:

Applications artifact must let a reviewer:
  1. Run the model and reproduce the headline metric within the stated spread.
  2. Measure (or see logged) the constraint: latency/wattage/memory on the named device.
  3. Re-run at least one baseline under the same constraint, to confirm the comparison.
  4. Do all of this without learning who the authors are.

Datasets and licensing

If a dataset is a claimed contribution, plan its public availability for the release and

state the license (and any collection/consent basis for field or human data). In the

anonymous artifact, provide the data or a de-identified sample that reproduces the reported

rows without revealing the collecting institution. Do not defer the license decision to the

last day — an unlicensed dataset is not really released.

Sync across the two rounds

A Revise-and-Resubmit revision often adds an experiment or re-tunes a baseline; the artifact

must move with it. Before resubmitting to Round 2, re-run the reproduction on the revised

claims and diff the artifact's outputs against the revised paper. A reviewer who finds the

Round 2 artifact reproducing the Round 1 numbers will read it as an unfinished revision.

Reverify each cycle

  • The camera-ready dataset/code-release obligation and its deadline.
  • Anonymity rules for artifacts submitted with review (待核实 size/format caps for 2026).
  • Any license or ethics requirements for released data.

Output format

[Artifact stage] anonymous review / public release
[Anonymized] no names/repos/org strings in review artifact: yes/no
[Claim reproducible] headline metric within spread: yes/no
[Constraint reproducible] latency/power/memory checkable on named device: yes/no
[Baseline] at least one baseline re-runnable under the constraint: yes/no
[Dataset] license + public-availability plan set: yes/no
[Round sync] artifact matches revised paper: yes/no

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。