-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Dump preprocessor: Input "images" (color BGR):
User's input tensor: [1,640,640,3], [N,H,W,C], f32
Model's expected tensor: [1,3,640,640], [N,C,H,W], f32
Pre-processing steps (2):
convert color (RGB): ([1,640,640,3], [N,H,W,C], f32, BGR) -> ([1,640,640,3], [N,H,W,C], f32, RGB)
scale (255,255,255): ([1,640,640,3], [N,H,W,C], f32, RGB) -> ([1,640,640,3], [N,H,W,C], f32, RGB)
Implicit pre-processing steps (1):
convert layout [N,C,H,W]: ([1,640,640,3], [N,H,W,C], f32, RGB) -> ([1,3,640,640], [N,C,H,W], f32, RGB)
Metadata
Metadata
Assignees
Labels
No labels