Eljas Hyyrynen

Results 11 issues of Eljas Hyyrynen

Greetings, I have created this PR merely to present the changes necessary to be able to use the pre-trained ELG model in TensorRT code. I also added some details to...

Hi all. I have spent quite some time reading and using this awesome code. Converting the model to .onnx and .engine wasn't too easy so I share how I did...

Greetings, I found this repository (paz) from link in [this](https://github.com/oarriaga/face_classification) repository. My goal is to have gender detection feature in this repository. For some weird reason it's in [oarriaga/face_classification](https://github.com/oarriaga/face_classification) but...

Greetings, I noticed the following problems when running `pip install -r REQUIREMENTS.txt` ``` ERROR: Could not find a version that satisfies the requirement tensorflow==1.1.0 (from versions: 1.13.1, 1.13.2, 1.14.0, 1.15.0,...

Greetings and thanks for this amazing repository. I'd suggest the following changes to requirements as I got these errors Create venv: ``` python 3.7 -m venv .venv source .venv/bin/activate pip...

Greetings and thank you for this awesome project! I got the following problem when I installed the dependencies: ``` error: numpy 1.16.3 is installed but numpy>=1.17 is required by {'matplotlib'}...

Related to: https://github.com/nghorbani/homogenus/issues/14 Problem: I wasn't able to successfully install and run the module by following the instructions in the repository. Solution: I present a solution how to fix the...

File: test_compress.cpp Line: 43 "compressor.AddFile("test_compress");" This will trigger an exception from archive_writer.cpp line 199: entry file not found.

Hi, I get this error when I'm trying to install the package. Command: `pip install -r requirements.txt` and then `sudo python3 setup.py install` Error: ``` Traceback (most recent call last):...

Greetings, I followed the build instructions and got this error: ```bash ld.lld: error: undefined symbol: osrf_testing_tools_cpp::memory_tools::on_unexpected_calloc(std::__ndk1::variant) >>> referenced by performance_test_fixture.cpp:57 (/home/x/ros2_android_ws/src/ros2/performance_test_fixture/src/performance_test_fixture.cpp:57) >>> CMakeFiles/performance_test_fixture.dir/src/performance_test_fixture.cpp.o:(performance_test_fixture::PerformanceTest::SetUp(benchmark::State&)) ld.lld: error: undefined symbol: osrf_testing_tools_cpp::memory_tools::on_unexpected_malloc(std::__ndk1::variant) >>> referenced...