docs: clarify predictor request flow and box formats#519
docs: clarify predictor request flow and box formats#519Bortlesboat wants to merge 1 commit intofacebookresearch:mainfrom
Conversation
|
Hi @Bortlesboat! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
La PR que estás viendo en el repositorio de Facebookresearch/Sam3 es puramente documental: no cambia el comportamiento del código en tiempo de ejecución, sino que aclara cómo deben interpretarse los flujos de API y los formatos de cajas devueltos por las superficies de inferencia. Aquí están los puntos clave: 📌 Cambios principales
🎯 Alcance
✅ Validación
En resumen: esta PR (#519) responde a la ambigüedad señalada en el issue #514 y busca que el README sea autoexplicativo respecto a los flujos de inferencia y las convenciones de cajas, manteniendo intacto el comportamiento del modelo. [github.com](#519) |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Summary
Why
Issue #514 calls out ambiguity around the predictor API flow and box coordinate formats. This PR tightens the top-level README so users do not need to inspect the implementation to understand which API streams and which box format each surface returns.
Scope
This is a docs-only clarification PR. It does not change runtime behavior.
Validation
sam3/model/sam3_base_predictor.pysam3/model/sam3_image_processor.pyandsam3/model/sam3_video_inference.pygit diff --check