Data-Adventure
Data-Adventure
Here is the process: `====================[ 构建 | tobacco | Debug ]==================================== E:\toolbox\apps\CLion\ch-0\223.8836.42\bin\cmake\win\x64\bin\cmake.exe --build F:\tobacco\cmake-build-debug --target tobacco -j 12 [1/2] Building CXX object CMakeFiles/tobacco.dir/codetest.cpp.obj FAILED: CMakeFiles/tobacco.dir/codetest.cpp.obj E:\mingw64\bin\c++.exe -DFMT_SHARED -DTBB_USE_DEBUG -isystem E:/opencv/opencv/mingw-build...
> 问题是 byte_track::STrack::predict() 中有一个错误,其中预测从未完成。尝试在 STrack.cpp 中此函数的末尾添加 updateRect();。 > > 这应该可以解决问题。修复后,对我来说一切正常。 希望这能有所帮助 you mean add updateRect() func in here? ``` void byte_track::STrack::predict() { if (state_ != STrackState::Tracked) { mean_[7] = 0;...
这个问题是否解决了?
> > 这个问题是否解决了? > > 您好,现在已经解决了,直接去下载权重然后load就行 谢谢作者的工作