Vertical-Beach / ByteTrack-cpp

C++ implementation of ByteTrack that does not include an object detection algorithm.
MIT License
150 stars 29 forks source link

Remove `-march-native` optimization from CXX_FLAGS #5

Closed derpda closed 2 years ago

derpda commented 2 years ago

This optimization breaks portability and is better left up to the end-user. This is in relation to issue #4.