Megvii-BaseDetection / Megvii-BaseDetection/YOLOX
About calculate Cost
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10.6k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
when calcaulte cost
cost = pair_wise_cls_loss + 3.0 * pair_wise_ious_loss + 100000.0 * (~is_in_boxes_and_center).float()
why not use fg_mask insted of is_in_boxes_and_center?use is_in_boxes_and_center means filter out more boxes;
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the cost calculation containing pair_wise_cls_loss, pair_wise_ious_loss, and is_in_boxes_and_center, then trace how fg_mask and is_in_boxes_and_center are produced and consumed. Compare their filtering roles in the assignment flow; done means documenting the intended mask or establishing a reproducible basis for changing it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100