Hyeonki Hong

Results 63 comments of Hyeonki Hong

~~Try master branch~~ ```shell python3 -m pip install -U --no-cache-dir yolov4 ``` Ref: #45

tensorflow v2.4.0 yolov4 v2.0.2 edgetpu_compiler 15.0.340273435 Hmm.... I tested my model, aml-new-run-10, and aml-new-run-70. Only Aml-new-run-70 failed to compile. I don't know what is wrong.

Plus When I convert the model without loading the weights file and then compile it, the same error occurs.

Tensorflow 2 changes fast, but there are some incompatibility even though minor version changes. I don't know if it's a converter problem or a model setup problem. So I don't...

I am trying to change the head(include tf.exp) of the model, but I am not sure if the head change will end before the converter support.

The new_coords part is added in version 3.2.0. https://github.com/hhk7734/tensorflow-yolov4/blob/3d31292cefba198b1528a90b3f435204efe7be73/CHANGELOG#L1-L9 and your model is the below. Perhaps you are not using the `-a` option. Ref: https://github.com/hhk7734/tensorflow-yolov4/issues/20#issuecomment-782882076 ![image](https://user-images.githubusercontent.com/21096989/116929316-3723d100-ac99-11eb-9385-dcff46de90a8.png)

yolov4-tiny-relu-tpu model outputs are 4, x1, logistic(x1), x2, logistic(x2). and yolov4-tiny-relut-new_coords outputs are 2, logistic(x1), logistic(x2). So ,in yolov4 3.1.0, if you try to predict new_coords, outputs are 2, but...

I did a static build in debian buster by executing the commands in the order below. ```shell wget https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz tar -xvf libxml2-2.9.14.tar.xz cmake -S libxml2-2.9.14 -B libxml2 \ -DBUILD_SHARED_LIBS=OFF \...

HI @brgl I invited you to pypi gpiod project as an owner. I released `gpiod` up to version `1.5.4`, but I'm no longer working in the embedded systems industry and...