pytorch / pytorch/vision

[docs] CocoDetection, VOCDetection should specify format of targets

Open
#4,774 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

module: documentation
Dominant language
Python
Stars
17.9k
Forks
7.3k
Avg merge
1d 15h
Merged PRs (30d)
13

Description

🐛 Describe the bug

And be very clear on the format of bounding boxes: xywh, are x/y zero-based or not and if width do/not include the final pixel

Complications about this are described in:

COCO seems to have floating-point annotations, VOC seems to have integer-based annotations (0/1-based? inclusive/exclusive for final point?)

Contributor guide

Open the contributing guide

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 from the CocoDetection and VOCDetection entry points and inspect how each describes its target annotations. Use the linked pixel-grid references to verify the bounding-box coordinate conventions, then document the xywh format, coordinate origin, endpoint inclusion, and numeric types for both datasets.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.