Skip to content

b3nNn/florence2.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Florence2.cpp 🐾

Software Requirements

  • CMake 3.10 or higher
  • C++17 compatible compiler
  • Rust toolchain
  • Git

Installation

git clone https://github.com/b3nNn/florence2.cpp
cd florence2.cpp

Compilation

Windows

cmake -S . -B build -G "Visual Studio 16 2019"
cmake --build build --config Release

Mac/Linux

cmake -S . -B build
cmake --build build --config Release

Execution

Windows

.\build\Release\florence2.exe

Mac/Linux

./build/Release/florence2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors