PingYen
PingYen
I also got this _false_ warning ```julia julia> Pkg.status() Activating project at `~\Kaggle\BirdCLEF2023` Status `~\Kaggle\BirdCLEF2023\Project.toml` [6e4b80f9] BenchmarkTools v1.5.0 [336ed68f] CSV v0.10.14 [717857b8] DSP v0.7.9 [a93c6f00] DataFrames v1.6.1 [864edb3b] DataStructures v0.18.20...
I did, the transformed image `img3 = map(clamp01nan, img2)` can be saved. But all the values were transformed to 1.0 ```julia julia> size(img), typeof(img) ((512, 512, 100), Array{UInt16, 3}) julia>...
see reply here #238 function in 0.6.2 `Detector.detect_image()` or `Detector.detect_video()` changed to `Detector.detect()` in 0.7. However, 0.7.0 is not released on pypi. you can only install 0.7 from github for...
@Capricorn999 , how do you success installing on colab? > Trying the code 01_basics.ipynb in Colab, got the error below. I have also tried it in local environment, end up...
@mlt94 did you solve it? I solve it by changing some codes in `detector.py` file 1. I comment the line 710 "batch_output.compute_identities(...)" to stop calculations 2. I give `identity_model =...