Skip to content

Commit

Permalink
Add model to list
Browse files Browse the repository at this point in the history
  • Loading branch information
ooe1123 committed Nov 14, 2024
1 parent b806f24 commit 609a247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,7 @@ If you would like to try on your computer:
| Model | Reference | Exported From | Supported Ailia Version | Blog |
|------------:|:------------:|:------------:|:------------:|:------------:|
| [informer2020](/time_series_forecasting/informer2020/) | [Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting (AAAI'21 Best Paper)](https://github.com/zhouhaoyi/Informer2020) | Pytorch | 1.2.10 and later ||
| [timesfm](/time_series_forecasting/timesfm/) | [TimesFM](https://github.com/google-research/timesfm) | Pytorch | 1.X.X and later ||

## Vehicle recognition

Expand Down
1 change: 1 addition & 0 deletions scripts/download_all_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ cd ../../text_recognition/paddleocr; python3 paddleocr.py ${OPTION}
cd ../../text_recognition/easyocr; python3 easyocr.py ${OPTION}
cd ../../text_recognition/ndlocr_text_recognition; python3 ndlocr_text_recognition.py ${OPTION}
cd ../../time_series_forecasting/informer2020; python3 informer2020.py ${OPTION}
cd ../../time_series_forecasting/timesfm; python3 timesfm.py ${OPTION}
cd ../../vehicle_recognition/vehicle-attributes-recognition-barrier; python3 vehicle-attributes-recognition-barrier.py ${OPTION}
cd ../../vehicle_recognition/vehicle-license-plate-detection-barrier; python3 vehicle-license-plate-detection-barrier.py ${OPTION}
cd ../../vision_language_model/florence2; python3 florence2.py ${OPTION}
1 change: 1 addition & 0 deletions time_series_forecasting/timesfm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ $ python3 timesfm.py --forecast_horizon 128

## Reference

- [TimesFM](https://github.com/google-research/timesfm)
- [Hugging Face - google/timesfm-1.0-200m](https://huggingface.co/google/timesfm-1.0-200m)

## Framework
Expand Down

0 comments on commit 609a247

Please sign in to comment.