100312dog

Results 37 comments of 100312dog

@emoof1 ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Layer (type) ┃ Output Shape ┃ Param # ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ conv2d (Conv2D) │ (None, 92, 92, 32) │ 2,432 │ ├─────────────────────────────────┼────────────────────────┼───────────────┤ │ max_pooling2d (MaxPooling2D) │ (None,...

@emoof1 see constructor of them in https://github.com/espressif/esp-dl/blob/master/include/layer/dl_layer_fullyconnected.hpp https://github.com/espressif/esp-dl/blob/master/include/layer/dl_layer_flatten.hpp ``` /** * @brief Construct a new Flatten object * * @param name name of layer * @param inplace true: the output...

@Zhengqinze05 你好,阈值是hsv,h是一个环形,范围是0到180。这里的最小值156表示的是156-180, 最大值10表示的是0-10。

@Sean-WangXH 请问用的idf版本是什么,有报错信息嘛,建议使用idf 5.1。

> {{Hmin, Hmax, Smin, Smax, Vmin, Vmax}, 64, "red"}, 阈值是这样设置的吗 > > > @Zhengqinze05 你好,阈值是hsv,h是一个环形,范围是0到180。这里的最小值156表示的是156-180, 最大值10表示的是0-10。 是的

@Rohit7077 hi, you can try another version of idf.

@BenDix62 https://github.com/espressif/esp-dl/blob/master/esp-dl/vision/image/dl_image.cpp#L776

@tangjie133 没太理解问题,可以直接用中文再描述下。

@Nandhini2024-Iotics The ai examples in esp-who such as human face detection / cat face detection now runs in int16. We will release new esp-dl, and provide new int8 model for...

@lihongcai https://github.com/espressif/esp-who/tree/release/v1.1.0 components/esp-dl/include/model_zoo/cat_face_detect_mn03.hpp