Skip to content

Commit

Permalink
Merge pull request #34 from saaresearch/develop
Browse files Browse the repository at this point in the history
New version
  • Loading branch information
aimspot authored Jun 26, 2024
2 parents d217aa5 + 95cb385 commit aa7e54e
Show file tree
Hide file tree
Showing 639 changed files with 3,487 additions and 10,436 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ml-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
mkdir WaRP/Warp-D/valid
cp -r WaRP/Warp-D/test/* WaRP/Warp-D/valid/
- name: Ml predictions
run: python ODRS/ml_utils/ml_model_optimizer.py
run: python src/ML/run_recommender.py
2 changes: 1 addition & 1 deletion .github/workflows/model-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
cp -r WaRP/Warp-D/test/* WaRP/Warp-D/valid/
- name: AI training
run: |
python ODRS/train_utils/custom_train_all.py
python src/DL/train_detectors.py
2 changes: 1 addition & 1 deletion .github/workflows/pep8-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install flake8
- name: Run PEP8 test
run: |
flake8 --max-line-length=130 --exclude=ODRS/train_utils/train_model/models/*,ODRS/ml_utils/*,ODRS/train_utils/custom_train_all.py,ODRS/train_utils/train_model/scripts/yolov7_train.py,tests/*,docs/*,ODRS/utils/dataset_info.py .
flake8 --max-line-length=180 --exclude=tests/*,src/DL/*,src/ML/*,docs/*,src/data_processing/* .
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
_pycache_/
yolov7/
yolov5/
ultralytics/
wandb/
.idea/


33 changes: 0 additions & 33 deletions ODRS/api/ODRS.py

This file was deleted.

Binary file removed ODRS/data_utils/.DS_Store
Binary file not shown.
Binary file removed ODRS/data_utils/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
124 changes: 0 additions & 124 deletions ODRS/data_utils/create_config.py

This file was deleted.

58 changes: 0 additions & 58 deletions ODRS/data_utils/resize_image.py

This file was deleted.

71 changes: 0 additions & 71 deletions ODRS/ml_utils/ml_model_optimizer.py

This file was deleted.

Binary file removed ODRS/train_utils/.DS_Store
Binary file not shown.
Binary file removed ODRS/train_utils/train_model/.DS_Store
Binary file not shown.
Binary file removed ODRS/train_utils/train_model/models/.DS_Store
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit aa7e54e

Please sign in to comment.