PaddleOCR Training Model Reference
This article introduces training on NVIDIA GPUs. CPU training is for reference only. For any differences, please visit the official website for information.
CodeWF.Markdown: PDF text copyable, images embeddable, copying to WeChat Official Account/Zhihu/Juejin no longer shows HTML source code
Browse by Topic Start with .NET196 articles, suitable for quickly filtering by technical direction
Continuous Reading Read Avalonia UI Open Source Projects as a topic2 articles, better for systematic reading
This article introduces training on NVIDIA GPUs. CPU training is for reference only. For any differences, please visit the official website for information.
Learning never stops
Cake (C# Make) is a build automation system with a C# DSL, used for tasks such as compiling code, copying files/folders, running unit tests, compressing files, and building NuGet packages.
FluentFTP is an FTP and FTPS client for .NET and .NET Standard.
ThingsGateway is a new domestic open-source project, belonging to industrial data acquisition gateways. After nearly four months of refinement, it has become stable.
ip2region v2.0 - is an offline IP address location library and IP location data management framework with 10-microsecond query efficiency, providing xdb data generation and query client implementations for many mainstream programming languages.
Known is a fast development framework with separated front-end and back-end based on C# and Blazor. Out-of-the-box, cross-platform, write once, run everywhere.
Convert between HEX, RGB, RGBA, ARGB, and HSL
The goal of the XamlFlair library is to simplify the implementation of common animations and allow developers to easily add single or combined animation sets using a few lines of Xaml.
Launched the Blazor version of Tetris game, and extracted online tools and online game components into a Razor shared library, which can be reused by Dotnet9 website and Dotnet Toolbox website.
The site is developed using Blazor Wasm, with content including online tools and online mini-games, mainly to experience how good Web Assembly is.
Blazor has been live for 1 day, and development feels really comfortable. Let's add another tool and a few mini games.
Originally, the site owner aimed to experience .NET 8 Blazor Web App by adding Razor components to Razor Pages. However, the hybrid mode Razor components currently cannot interact, and the page also shows a reconnection gray UI. So, they simply used Blazor Server for refactoring. After days of hard work, the website's front-end has been completely replaced with Blazor Server over Razor Pages, and the annoying reconnection issue has been resolved. Now the website loads very fast, though it might be an illusion, but personally it feels great.