Views
No views yet
u2netp.onnx
asset published by the rembg project, and
its SHA-256 is pinned by the consumer.| File | u2netp.onnx |
| Size | 4,574,861 bytes (4.36 MiB) |
| SHA-256 | 309c8469258dda742793dce0ebea8e6dd393174f89934733ecc8b14c76f4ddd8 |
| Opset | 11 |
float32[1, 3, 320, 320], NCHW, RGB.float32[1, 1, 320, 320], a saliency map. U²-Net emits several
side outputs; the first is the fused one to use.scaled = (pixel / 255) / max_pixel_value_of_the_image
tensor = (scaled - mean) / std
mean = [0.485, 0.456, 0.406]
std = [0.229, 0.224, 0.225]Note on other mirrors. Some copies of this model ship apreprocessor_config.jsondescribing a letterbox resize (keep_aspect_ratio/do_pad). That does not match the pipeline above, and following it changes the output.
1@InProceedings{Qin_2020_PR,
2 title = {U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection},
3 author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood
4 and Zaiane, Osmar and Jagersand, Martin},
5 journal = {Pattern Recognition},
6 volume = {106},
7 pages = {107404},
8 year = {2020}
9}