From 33b61f8417464802dfc1e0b0247e71b7aa718891 Mon Sep 17 00:00:00 2001 From: Ammar Qammaz Date: Mon, 12 Oct 2020 12:27:13 +0300 Subject: [PATCH 1/3] added the "final" mnet1 version.. --- initialize.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/initialize.sh b/initialize.sh index c314699..cb67985 100755 --- a/initialize.sh +++ b/initialize.sh @@ -202,10 +202,11 @@ else cd "$DIR" if [ -f dependencies/libtensorflow-$ARCHITECTURE-linux-x86_64-$TENSORFLOW_VERSION.tar.gz ]; then - #Doing a local installation that requires no SUDO + #The next three lines do a local installation that requires no SUDO and does not interfere in any way with the rest of your system cd "$DIR/dependencies" mkdir libtensorflow tar -C libtensorflow -xzf libtensorflow-$ARCHITECTURE-linux-x86_64-$TENSORFLOW_VERSION.tar.gz + #You could instead uncomment these two next lines and perform a system wide installation #echo "Please give me sudo permissions to install Tensorflow $TENSORFLOW_VERSION C Bindings.." #sudo tar -C /usr/local -xzf libtensorflow-gpu-linux-x86_64-$TENSORFLOW_VERSION.tar.gz else From 49b2816bf82aa79cf17419303f3efd11f6c403db Mon Sep 17 00:00:00 2001 From: Ammar Qammaz Date: Mon, 12 Oct 2020 12:36:13 +0300 Subject: [PATCH 2/3] updated README for mnet1 --- README.md | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 5be529c..1ffdf58 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,11 @@ # MocapNET Project -## Important News - -![Breaking News](https://raw.githubusercontent.com/FORTH-ModelBasedTracker/MocapNET/master/doc/breakingnews.jpeg) - -A [new version of MocapNET](https://github.com/FORTH-ModelBasedTracker/MocapNET/milestone/1) is right around the corner! It contains a very big list of improvements that have been carried out during 2020 over the original work that allows higher accuracy, smoother BVH output and better occlusion robustness while maintaining realtime perfomance. MocapNET2 is currently under peer-review and we will hopefully be able to release it ~~towards the end of September~~ @ 10/October/2020. Due to [a delay in the review process ICPR 2020 results are postponed for October 10](https://www.micc.unifi.it/icpr2020/index.php/reviewer-and-area-chair-instructions/) - -With MocapNET2 a [youtube video like this](https://www.youtube.com/watch?v=GtJct8nKjcc) can be converted to a [.BVH file like this](http://ammar.gr/mocapnet/mnet2/sept2020version.bvh) that can be imported in your favourite 3D editor or engine like [Blender](http://ammar.gr/mocapnet/mnet2/sept2020versionBlender.ogv). - -You can [take a sneak peak of the internal visualization here](http://ammar.gr/mocapnet/mnet2/sept2020version.mp4). - -The BVH file output of MocapNET 2 is 100% compatible with the BVH output of MocapNET 1, it is just more accurate..! - -The initial MocapNET 2 release will still rely on Tensorflow 1.X, since up until recently there where no [Tensorflow 2.x C-API releases](https://www.tensorflow.org/install/lang_c) . - -The codebase of MocapNET 2 has been simplified and has some differences compared to the previous version, however the old version will be kept as the final 1.x release on its own branch so that any persons using it and having code dependencies on it will not be impacted by switching to the appropriate branch. - -The build system and compiling the source code will be exactly the same so if MocapNET1 worked for you MocapNET 2 will only need the new pretrained neural network files..! - - +## This is a snapshot of the deprecated MocapNET 1/BMVC 2019 release +------------------------------------------------------------------ +MocapNET has evolved, +This branch contains the final release of the 1.x MocapNET tree, it has been superseded.. +[Switch back to the master branch](https://github.com/FORTH-ModelBasedTracker/MocapNET/tree/master/) for the lastest stable version From 2230bf0323114b7f851a36f6e8eae9271e80da16 Mon Sep 17 00:00:00 2001 From: Ammar Qammaz Date: Mon, 12 Oct 2020 12:37:22 +0300 Subject: [PATCH 3/3] better visibility --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ffdf58..21c6e71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# MocapNET Project - -## This is a snapshot of the deprecated MocapNET 1/BMVC 2019 release +# MocapNET1 / BMVC 2019 release ------------------------------------------------------------------ MocapNET has evolved,