SAM3 fine-tune โ€” ๋ฌผ์ด์ƒˆ_pcap / Mulchongsae Park (task11, segmentation)

Segmentation-head fine-tune of facebook/sam3, trained end-to-end (box + mask losses) on pseudo-RGB frames from a static roadside Ouster OS1-128 capture (๋ฌผ์ด์ƒˆ_pcap, cap__seg00-000.pcap), curated from CVAT task 11 annotations.

  • Checkpoint: epoch 18 (checkpoint_best.pt), selected by best validation bbox AP.
  • Validation: AP=0.598, AP50=0.934, AP75=0.609.
  • Classes (SAM3 text prompts): person, bicycle, motorcycle, car, bus, truck.
  • Format: flat SAM3Image state_dict, fully self-sufficient (own trained backbone + segmentation_head.*), not nested under a "detector." prefix like Meta's official release checkpoints โ€” load with checkpoint_path=None then model.load_state_dict(state_dict, strict=False) manually, not via build_sam3_image_model's own checkpoint_path= loader.

Same training recipe as the sibling sam3-cap115414-task8-seg fine-tune (Sam3LossWrapper, matcher = BinaryHungarianMatcherV2 + o2m BinaryOneToManyMatcher; Masks loss point-sampled, final decoder stage only).

Part of a larger pipeline (2D SAM3 segmentation โ†’ box-based NMS โ†’ 3D box reconstruction โ†’ tracking-based refinement โ†’ SUSTechPOINTS export) for this LiDAR capture.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for zuhdifr/sam3-mulchongsae

Base model

facebook/sam3
Finetuned
(19)
this model