NYEMB NDJEM EONE ANDRE KEVIN
NYEMB NDJEM EONE ANDRE KEVIN
Could you solve the issue ?
To fix this, replace the utils.py file by this one [utils.txt](https://github.com/sthanhng/yoloface/files/8685721/utils.txt) rename it "utils.py"
I think we can close this issue
Alright I solved this issue. You can create the ONNX file by running main_extraction file. The ONNX file will be extracted in the precised directory in the code. I choosed...
I solved this issue. at line 89 insert : `x = x[1]` x is a list and it's second element is the one containing the triple it will be ok
Updates. After this bug fixed, the ONNX file is located in the directory precise in the main_extraction code file.
What's the error you have ? On Sat, Jun 25, 2022, 09:46 zdl ***@***.***> wrote: > Updates. > > After this bug fixed, the ONNX file is located in the...
Seems you deleted a line of code. `x[0] = x[0].view(-1, self.no)` It should look like : ` x = x[1]` `x[0] = x[0].view(-1, self.no)` `x[1] = x[1].view(-1, self.no)` `x[2] =...
Oh yeah ! (◠‿◕) I think the issue can be closed On Wed, Jun 29, 2022, 7:09 AM zdl ***@***.***> wrote: > Seems you deleted a line of code. x[0]...
> How did you proceed to draw the boxes ? Think it can be done by simply drawing boxes in bbox. Alright ?