diff --git a/.deepsource.toml b/.deepsource.toml index 22d4f91..8650cec 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,13 +1,4 @@ version = 1 [[analyzers]] -name = "shell" - -[[analyzers]] -name = "javascript" - -[[analyzers]] -name = "python" - - [analyzers.meta] - runtime_version = "3.x.x" \ No newline at end of file +name = "shell" \ No newline at end of file diff --git a/README.md b/README.md index 8d8b412..34be142 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ food-detection-yolov5
Dev logs -[01/05/2024] Fix ngrok bug on Colab (migrate to pyngrok)
+[01/05/2024] Fix ngrok bug on Colab https://github.com/lannguyen0910/food-recognition/issues/32 (Migrate to pyngrok).
[24/10/2023] Clean and refactor repo. Integrate YOLOv8 to food detection.
[07/03/2022] Big refactor. Integrate object detection, image classification, semantic segmentation into one Ship of Theseus.
[31/01/2022] Update to new YOLOv5 latest versions P5-P6. Can load checkpoints from original repo.