Nick Kao

Results 10 issues of Nick Kao

Hope as soon as possible...

Can you help increase the Cast operator? or Is there any way to increase the custome layer? ``` Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.1.3\helpers\pydev\pydevd.py", line...

我透過torchscript轉pth成pt後, 在python可以載入執行。 但是透過libtorch及pytorch android卻無法載入,載入就會異常? 在pytorch android的異常訊息為: false CHECK FAILED at ../torch/csrc/jit/import.cpp (deserialize at ../torch/csrc/jit/import.cpp:178) (no backtrace available) 請教大牛們有遇過嗎? 我有投書在這裏,也可以參考看看: https://discuss.pytorch.org/t/load-torchscript-module-error/62718

I think below function may be always got at least one matching. ``` def nms(score, w_ini, h_ini, thresh=0.7): dots = np.array(np.where(score > thresh*score.max())) ``` may be need change "score.max()" to...

Try to run demo in openjdk14+jfx. Got lot of error message below,tried to mark ScalableContentPane.computeScale then could run? Don't know why.... ``` "C:\Program Files\Java\jdk-14.0.1\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:63756,suspend=y,server=n -Dfile.encoding=UTF-8 -classpath "D:\00WS\JAVA\FlowChart\VWorkflows-Demo\target\classes;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-controls\14.0.1\javafx-controls-14.0.1.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-controls\14.0.1\javafx-controls-14.0.1-win.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-base\14.0.1\javafx-base-14.0.1.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-base\14.0.1\javafx-base-14.0.1-win.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-graphics\14.0.1\javafx-graphics-14.0.1.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-graphics\14.0.1\javafx-graphics-14.0.1-win.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-swing\14.0.1\javafx-swing-14.0.1.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-swing\14.0.1\javafx-swing-14.0.1-win.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-fxml\14\javafx-fxml-14.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-fxml\14\javafx-fxml-14-win.jar;D:\00WS\JAVA\FlowChart\VWorkflows-FX\target\classes;D:\00WS\JAVA\FlowChart\VWorkflows-Core\target\classes;C:\Users\n000000930\.m2\repository\com\thoughtworks\xstream\xstream\1.4.12\xstream-1.4.12.jar;C:\Users\n000000930\.m2\repository\xmlpull\xmlpull\1.1.3.1\xmlpull-1.1.3.1.jar;C:\Users\n000000930\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar;C:\Users\n000000930\.m2\repository\net\sf\jung\jung-api\2.1.1\jung-api-2.1.1.jar;C:\Users\n000000930\.m2\repository\com\google\guava\guava\19.0\guava-19.0.jar;C:\Users\n000000930\.m2\repository\net\sf\jung\jung-graph-impl\2.1.1\jung-graph-impl-2.1.1.jar;C:\Users\n000000930\.m2\repository\net\sf\jung\jung-algorithms\2.1.1\jung-algorithms-2.1.1.jar;C:\Users\n000000930\.m2\repository\net\sf\jung\jung-visualization\2.1.1\jung-visualization-2.1.1.jar;C:\Users\n000000930\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar;C:\Users\n000000930\.m2\repository\eu\mihosoft\jfx\scaledfx\scaledfx\0.6\scaledfx-0.6.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-controls\11.0.2\javafx-controls-11.0.2-mac.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-fxml\11.0.2\javafx-fxml-11.0.2-mac.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-graphics\11.0.2\javafx-graphics-11.0.2-mac.jar;C:\Users\n000000930\.m2\repository\org\openjfx\javafx-base\11.0.2\javafx-base-11.0.2-mac.jar;C:\Program Files\JetBrains\IntelliJ IDEA...

我是在window系統下,執行gt_cluster.py時會噴錯,說是找不到目錄。 後來我需要改成voc_path = './opt/dataset/VOCdevkit'才可以。 請問這是作業系統的關係嗎? 還是我的目錄結構不對? 專案目錄如下: keras-faster-rcnn\ opt\...

You can test my code below ,after run maybe 5 mins data still run but the ui shutdown. ``` import javafx.application.Application; import javafx.scene.Scene; import javafx.stage.Stage; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import...

如題: 因為想在本地建置看看,沒有數據庫配置,搞不了,大大能否提供,謝謝!

add http/https proxy settings in router.py

I got error when run litllm proxy server behide company's firewall. Last error message is "litellm.exceptions.APIError: AzureException - Connection error." If I use wifi to connect, it can be executed...