Using VS Code, Continue, and Ollama + Qwen2.5-Coder on Mac to set up a free local AI programming assistant
Recently, the programming tool Cursor has been gaining significant attention, attracting many developers. However, despite Cursor's powerful features, its high price has deterred many individual...
Paper Notes: ASLFeat: Learning Local Features of Accurate Shape and Localization
The content is based on further improvements to D2-Net, with the main innovations as follows:
1) Using Deformable Convolution for dense transformation estimation and...
Paper Notes: NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis
NeRF was an Oral presentation at ECCV 2020 and had a significant impact, essentially creating a new approach to scene reconstruction based on neural network...
IROS 2021 THE HILTI SLAM Challenge Champion Algorithm Review
Recently, our team won the championship in the IROS 2021 The HILTI SLAM Challenge. This article is about the experiments and reflections on the algorithm...
论文笔记:End-to-End Learnable Geometric Vision by Backpropagating PnP Optimization
The article has done some work on combining traditional PnP methods with deep learning. The overall idea is relatively simple, mainly focusing on how to...
CVPR 2021 Image Matching Challenge Double Champion Algorithm Review
Based on the articles we previously provided to the company, let's summarize some experiments and thoughts from the recent competition. This article is copyrighted by:...
论文笔记:Linear Attention Mechanism: An Efficient Attention for Semantic Segmentation
Due to the large spatial and temporal complexity of the classic Dot product Attention, although it performs well, the large amount of data in image...
[Mac] Configure Clash Proxy in VS Code
In VS Code, there are some plugins like IntelliCode, Claude Dev, etc., that may need to be accessed through a Proxy. Below is the configuration...