<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-neuralnet, branch trackhat-opentrack-2.2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-opentrack-2.2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-opentrack-2.2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2022-05-11T18:20:14Z</updated>
<entry>
<title>Added support for MJPEG compression for neuralnet</title>
<updated>2022-05-11T18:20:14Z</updated>
<author>
<name>Pedro Silva</name>
<email>sparta14gaming@gmail.com</email>
</author>
<published>2022-05-11T18:20:14Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c4efa268c0bd783cd8b04ed1cd6601ab5d3d398a'/>
<id>urn:sha1:c4efa268c0bd783cd8b04ed1cd6601ab5d3d398a</id>
<content type='text'>
- Added support for MJPEG compression for neuralnet tracker
</content>
</entry>
<entry>
<title>tracker/nn: only install shared library on win32</title>
<updated>2022-04-23T13:53:35Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-04-23T13:53:35Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f6e5dc41dfac32e85619de60c2683b3804df2077'/>
<id>urn:sha1:f6e5dc41dfac32e85619de60c2683b3804df2077</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/neuralnet: add libomp redistributable for msvc</title>
<updated>2022-04-23T13:32:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-04-23T13:32:46Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=fd38b6eefeaee5c1a2643161421beade9ba0eaab'/>
<id>urn:sha1:fd38b6eefeaee5c1a2643161421beade9ba0eaab</id>
<content type='text'>
Issue: #1394
</content>
</entry>
<entry>
<title>fix i18n generation</title>
<updated>2022-04-19T12:52:15Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-03-28T22:01:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9bcab9fb4274c6e1aa1a2621dbfedf829e7fcfc5'/>
<id>urn:sha1:9bcab9fb4274c6e1aa1a2621dbfedf829e7fcfc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/neuralnet: specify only required opencv modules</title>
<updated>2022-02-03T08:54:07Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-02-03T08:54:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f3ecb6820e6f2e3ea6cabf51715034478bff79f9'/>
<id>urn:sha1:f3ecb6820e6f2e3ea6cabf51715034478bff79f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/nn: don't specify opencv module list</title>
<updated>2022-02-03T08:52:21Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2022-02-03T08:52:21Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0d40648a85d55da433f74fd53c2ee977ee054973'/>
<id>urn:sha1:0d40648a85d55da433f74fd53c2ee977ee054973</id>
<content type='text'>
This is because multiple opentrack modules depend on different opencv
modules and whichever FIND_PACKAGE(OpenCV COMPONENTS ...) gets executed
first, wins. Following FIND_PACKAGE calls will exit and not populate the
component list any further.

This didn't break the build as the build code for tracker/nn wasn't the
one being executed first.
</content>
</entry>
<entry>
<title>many: switch from using std::unique_ptr&lt;t&gt;::get() to &amp;*ptr</title>
<updated>2021-12-16T14:32:03Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2021-12-15T14:29:46Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=aa3d6dd09fb2ecf4a5bf91536ca67b4f71b24613'/>
<id>urn:sha1:aa3d6dd09fb2ecf4a5bf91536ca67b4f71b24613</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/nn: Remove onnx session options which hurt performance on Linux</title>
<updated>2021-10-23T18:55:20Z</updated>
<author>
<name>Michael Welter</name>
<email>michael@welter-4d.de</email>
</author>
<published>2021-10-23T18:52:35Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=6b89c27a5eb681b4403969dce898b74947071a99'/>
<id>urn:sha1:6b89c27a5eb681b4403969dce898b74947071a99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tracker/nn: Remove unused function</title>
<updated>2021-10-20T21:39:44Z</updated>
<author>
<name>Michael Welter</name>
<email>michael@welter-4d.de</email>
</author>
<published>2021-09-09T19:32:21Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=ea391bae54bbcf61698eaedc09cbedc32a4a8c46'/>
<id>urn:sha1:ea391bae54bbcf61698eaedc09cbedc32a4a8c46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compat: use std::clamp, remove own version</title>
<updated>2021-09-26T19:10:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2021-09-26T18:56:25Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d4d799cac8080d4066394f338c31611ae655d5f6'/>
<id>urn:sha1:d4d799cac8080d4066394f338c31611ae655d5f6</id>
<content type='text'>
</content>
</entry>
</feed>
