pytorch / pytorch/vision

Pyramid layer

Open
#1,737 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

module: models question topic: object detection
Dominant language
Python
Stars
17.9k
Forks
7.3k
Avg merge
1d 15h
Merged PRs (30d)
13

Description

I want to extract the third layer of feature pyramid from

features = self.backbone(images.tensors) in generalized_rcnn.py

any help please?

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 in generalized_rcnn.py at features = self.backbone(images.tensors) and trace how the backbone output is represented. The issue does not identify a requested code change, test, or definition of done; clarify which third pyramid layer should be exposed and how it should be consumed before implementing.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
computer-vision, machine-learning
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.