原创 PSENet tensorflow 復現

Shape Robust Text Detection with Progressive Scale Expansion Network 復現 Shape Robust Text Detection with Progressi

原创 vscode pylint報錯

pylint檢查會導致很多波浪線,無法忍受,可按如下方式禁止。 https://github.com/DonJayamanne/pythonVSCode/issues/570 Found another way - Go t

原创 (Paper Reading)Bottom-Up and Top-Down Attention for Image Captioning and Visual Question Answering

Introduction Within our approach, the bottom-up mechanism (based on Faster R-CNN) proposes image regions, each with

原创 (Paper reading)ACE loss

Abstract the proposed ACE loss function exhibits two noteworthy properties: it can be directly applied for 2D pre

原创 Pytoch CTC

背景 關於CTC 原理的介紹可參考 Sequence Modeling With CTC. 主要採用動態規劃算法實現 Issue GitHub issue 目前比較廣泛使用的CTC 有兩個,一個是百度實現的wrap ctc, 另

原创 vscode 裏面latex 編輯

環境準備 Latex-workshop Texlive 開源鏡像 安裝完成後添加到系統路徑裏面 可能存在的問題 採用默認的編譯選項,reference 一直有問題,故採用https://blog.imfing.com/2018/

原创 Pytorch使用Python,CPP,CUDA進行拓展

使用CPP 和CUDA進行擴展時面臨着幾個小問題:python與cpp的接口綁定方式, python與cpp的數據交互方式,cpp編譯工具的選擇。現在逐條回答: 數據接口 ATen: The foundational tenso

原创 Pytorch Distribted training中loss.backward()報錯

參考issue 錯誤觸發: pytorch 在分佈式計算時, 如果模型中某部分參數未參與最終loss計算,那麼不會有梯度值,進行loss回傳時,這部分梯度便爲None, 因此loss.backward()會報錯。(單卡時並不會觸發)

原创 PSENet tensorflow復現

Shape Robust Text Detection with Progressive Scale Expansion Network 復現 Shape Robust Text Detection with Progressive

原创 Anaconda 報錯

Fatal Python error: init_sys_streams: can't initialize sys standard streams LookupError: unknown encoding: 65001 當A

原创 CNN

CS231n Convolutional Neural Networks for Visual Recognition Convolutional Neural Networks (CNNs / ConvNets) Convolut

原创 關於vscode

pylint檢查會導致很多波浪線,無法忍受,可按如下方式禁止。 https://github.com/DonJayamanne/pythonVSCode/issues/570 Found another way - Go to F

原创 libsvm 在python下的錯誤解決

libsvm 在python下的錯誤解決,重新編譯 in __init__     self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1  可以在命令

原创 Rotation Matrix To Euler Angles

Learn OpenCV OpenCV examples and tutorials ( C++ / Python ) Home About Resources AI Consulting Courses Rota

原创 旋轉向量

處理三維旋轉問題時,通常採用旋轉矩陣的方式來描述。一個向量乘以旋轉矩陣等價於向量以某種方式進行旋轉。除了採用旋轉矩陣描述外,還可以用旋轉向量來描述旋轉,旋轉向量的長度(模)表示繞軸逆時針旋轉的角度(弧度)。旋轉向量與旋轉矩陣可以通過羅德里