Initial commit

This commit is contained in:
zhangwei 2024-11-27 13:51:03 +00:00
commit a1c3bad4e3
2 changed files with 58 additions and 0 deletions

55
.gitignore vendored Normal file
View File

@ -0,0 +1,55 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# ---> CUDA
*.i
*.ii
*.gpu
*.ptx
*.cubin
*.fatbin
# ---> CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# VTrain_BothSides
车号识别两侧识别校对版