CoolFace
Modelpublic

mlx-community/MolmoPoint-8B-fp16

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes14downloads
video_preprocessor_config.json49 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoProcessor": "processing_molmo2.Molmo2Processor",4    "AutoVideoProcessor": "video_processing_molmo2.Molmo2VideoProcessor"5  },6  "crop_size": null,7  "data_format": "channels_first",8  "default_to_square": true,9  "device": null,10  "do_center_crop": null,11  "do_convert_rgb": true,12  "do_normalize": true,13  "do_rescale": true,14  "do_resize": true,15  "do_sample_frames": true,16  "fps": null,17  "frame_sample_mode": "uniform_last_frame",18  "image_mean": [19    0.5,20    0.5,21    0.522  ],23  "image_std": [24    0.5,25    0.5,26    0.527  ],28  "input_data_format": null,29  "max_fps": 2.0,30  "num_frames": 384,31  "pad_size": null,32  "patch_size": 14,33  "pooling_size": [34    3,35    336  ],37  "processor_class": "Molmo2Processor",38  "resample": 2,39  "rescale_factor": 0.00392156862745098,40  "return_metadata": false,41  "sampling_fps": 2,42  "size": {43    "height": 378,44    "width": 37845  },46  "video_metadata": null,47  "video_processor_type": "Molmo2VideoProcessor"48}49