gwc
gwc
> What is the necessity of this? I want to test inference time of libtorch
> //模型的加载 bool BiseSegment::model_forward(const cv::Mat& input_img, cv::Mat & res_img) { if (input_img.empty()) { std::cout cv::Mat resize_img; > if ((input_img.cols !=img_width_) || (input_img.rows != img_hight_)) { > std::cout imgTensor[0][1] = imgTensor[0][1].sub_(0.5);...
语义分割这块,可以分享一些轻量级的实时语义分割吗,效果和速度兼备,重点还是速度。Deeplab之类的网络太大了,不太中用。
> > 语义分割这块,可以分享一些轻量级的实时语义分割吗,效果和速度兼备,重点还是速度。Deeplab之类的网络太大了,不太中用。 > > 之前讲的LR-ASPP可以看下 好的,谢谢,期待能讲解更多的实时语义分割
> 这是我的训练结果: > > ``` > airplane, 100, 1, 50, 1 > > Avg Run Time (ms/batch): 4.985 AUC: 0.975 max AUC: 0.975 > Avg Run Time (ms/batch): 4.649 AUC:...
hello,because each epoch test result will have large fluctuations, it is normal to save the largest AUC weights, which is to reflect the performance of the model. Mainly to see...
> 完美解决,放弃inplace_abn ,将所有的inplace_abn替换为官方bn。 请问具体是怎么更换的,能详细解释一下吗,没太懂functions.py调用的cpp
有人解决了这个问题吗 分享一下
Thank you! The problem is solved.
> > Thank you! The problem is solved. > > Can you tell me how to solve it ? check your sh complile.sh whether it is correct or not