-
- Downloads
Modular python packages (#201)
* Split package creation * Added description.txt * Updated setup.py * Added separate setup.py * Added separate setup.py * Relaxed dependencies * Added hyper-parameter tuning setup py * Updates * Relaxed dependecies * Added updated setup.py * Changed generation policy * Added wheel dep * Moved helper utilities to engine * Moved test * Updated setup.py * Updated deps * Updated deps * Added metapackage generation * Moved io to engine.helper * Relaxed dependencies * Update installation.md * Added new .ini sections * Cleaned build_wheel.sh * Restored pytorch dependencies * Added missing __init__.py * _setup.py fix * Updated deps * Updated deps * Updated deps * Updated deps * Fixed _setup.py * Updated package list * Updates * Updates * temp disable single_demo_grasp * Fixed deps * Restored single_demo_grasp test * Added sequential package installation * Update build_wheel.sh * Update tests_suite.yml * Update tests_suite.yml * Updated installation workflow * Fixed workflow * Manual AVX2 disable for bcolz * Fix string replace * Fixed path * Added debug output * Update build_wheel.sh * Added dependencies to ensure correct building * Update installation.md * Added separate pip package testing * Fixed package naming * Typo fix * Added a missing dependency * Added missing dependency * Fixed utils workflow * Fixed utils bug * Fixed hyperparameter_tuner test * Fixed utils * Update .github/workflows/tests_suite.yml Co-authored-by:ad-daniel <44834743+ad-daniel@users.noreply.github.com> * Added wheel and docker testing to develop * Pass key by const reference * Style fix * Minor fix and cleanup Co-authored-by:
ad-daniel <44834743+ad-daniel@users.noreply.github.com> Co-authored-by:
ad-daniel <daniel.dias@epfl.ch>
Showing
- .github/workflows/tests_suite.yml 91 additions, 9 deletions.github/workflows/tests_suite.yml
- .github/workflows/tests_suite_develop.yml 220 additions, 3 deletions.github/workflows/tests_suite_develop.yml
- CHANGELOG.md 5 additions, 1 deletionCHANGELOG.md
- MANIFEST.in 0 additions, 2 deletionsMANIFEST.in
- bin/build_wheel.sh 15 additions, 13 deletionsbin/build_wheel.sh
- bin/install.sh 7 additions, 0 deletionsbin/install.sh
- description.txt 1 addition, 0 deletionsdescription.txt
- docs/reference/installation.md 64 additions, 13 deletionsdocs/reference/installation.md
- packages.txt 20 additions, 0 deletionspackages.txt
- projects/simulation/human_dataset_generation/dependencies.ini 2 additions, 2 deletions...ects/simulation/human_dataset_generation/dependencies.ini
- setup.py 0 additions, 69 deletionssetup.py
- src/c_api/face_recognition.cpp 1 addition, 1 deletionsrc/c_api/face_recognition.cpp
- src/opendr/_setup.py 218 additions, 0 deletionssrc/opendr/_setup.py
- src/opendr/control/mobile_manipulation/dependencies.ini 4 additions, 3 deletionssrc/opendr/control/mobile_manipulation/dependencies.ini
- src/opendr/control/single_demo_grasp/dependencies.ini 6 additions, 2 deletionssrc/opendr/control/single_demo_grasp/dependencies.ini
- src/opendr/control/single_demo_grasp/training/__init__.py 0 additions, 0 deletionssrc/opendr/control/single_demo_grasp/training/__init__.py
- src/opendr/engine/dependencies.ini 8 additions, 0 deletionssrc/opendr/engine/dependencies.ini
- src/opendr/engine/helper/__init__.py 0 additions, 0 deletionssrc/opendr/engine/helper/__init__.py
- src/opendr/engine/helper/io.py 0 additions, 0 deletionssrc/opendr/engine/helper/io.py
- src/opendr/perception/activity_recognition/dependencies.ini 4 additions, 3 deletionssrc/opendr/perception/activity_recognition/dependencies.ini
Loading
Please register or sign in to comment