AIZOO

Results 61 comments of AIZOO

I tranined this model with Keras and TensorFlow, then I convert the model to PyTorch, so I do not have PyTorch oiptimizer configs. If you use the same network, you...

We use Adam optimizer and lr = 0.001. Howevery, you can try to use RMSProp or SGD.     ------------------ Original ------------------ From: "tvishnu1990"; Date: 2020年6月1日(星期一) 中午1:36 To: "AIZOOTech/FaceMaskDetection"; Cc: "AIZOOTech"; "Comment";...

同是一个模型,结果按说是应该一样的。两者只有nms是不一样的,github版本nms是用python实现的,在线的nms是使用的tensorflow.js提供的nms

You can have a look at this [https://github.com/hpc203/FaceMaskDetection-dnn](https://github.com/hpc203/FaceMaskDetection-dnn)

Hi, this model is a simple SSD framework. Training process is quite easy. You can find many open source SSD implementation on Github. The model360 is the face mask detection...

[古道笛声.zip](https://github.com/luern0313/WindSong-Lyre-Genshin-Impact/files/7334546/default.zip) 连音的地方无法演奏

当前应该是在1.x版本可以正常运行,当前没有在2.x版本测试

If you use Tensorflow, make sure use 1.x version, not tf2. About how to run PyTorch on GPU, refer to this example ``` if torch.cuda.is_available(): dev = "cuda:0" else: dev...

@ZIKO94ZIKO Ok,I will update my code tomorrow.

@ZIKO94ZIKO I add PyTorch GPU support.