https://github.com/OlafenwaMoses/ImageAI

sort by:
Revision Author Date Message Commit Date
b286d6e Merge pull request #779 from OlafenwaMoses/olafenwamoses/github-action Add base Github action implementation 20 December 2022, 20:57:40 UTC
32473a5 action refactor 20 December 2022, 20:56:58 UTC
4704f4a PR run update 20 December 2022, 20:55:22 UTC
ccfce01 add base Github action implementation 20 December 2022, 20:52:26 UTC
fe2d6ba Merge pull request #647 from OlafenwaMoses/dependabot/pip/pillow-8.1.1 Bump pillow from 7.0.0 to 8.1.1 08 May 2021, 20:05:36 UTC
9faf1e6 Bump pillow from 7.0.0 to 8.1.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.0 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.0.0...8.1.1) Signed-off-by: dependabot[bot] <support@github.com> 19 March 2021, 01:20:12 UTC
c4baba9 Merge pull request #618 from OlafenwaMoses/tensorflow2.0-port Updated for Tensorflow 2.4.0 05 January 2021, 01:31:12 UTC
94a2d22 updated README for Custom Classification and Training 05 January 2021, 01:22:33 UTC
2b56e73 updated main README and image recognition README 04 January 2021, 23:48:47 UTC
fedb335 corrected python version in test pipeline 04 January 2021, 22:19:54 UTC
7cc90a7 migrated KerasRetinanet detection to tensorflow 2.x 04 January 2021, 22:17:17 UTC
8d90f20 resolved issues with ResNet50 and added updates for deprecated functions 02 January 2021, 21:38:34 UTC
90476f0 finalized custom YOLOv3 for TF 2.X 28 December 2020, 12:58:33 UTC
7a5912c fixed YOLO import error and increased version number 29 October 2020, 21:55:07 UTC
d6c681a Added support for TF 2.0 in custom YOLOv3 training & inference 29 October 2020, 21:34:41 UTC
e57a2f6 removed redundant YOLO files 22 October 2020, 21:34:19 UTC
60e8123 updated TinyYOLOv3 and YOLOv3 standard image/video detection to work with TF 2.0 22 October 2020, 21:30:50 UTC
e76f872 removed VSCode files 15 October 2020, 18:36:12 UTC
9b6c843 TF 2.O porting: ImageNet ImageClassication, Custom Training and Inference 13 April 2020, 17:42:35 UTC
1262edc Merge pull request #448 from noobshow/patch-1 Corrected name, perhaps a typo 14 January 2020, 21:25:23 UTC
2a7b072 Corrected name error 29 December 2019, 07:44:57 UTC
a62d1d9 Sponsors Update: README 21 December 2019, 21:37:11 UTC
fc23bc1 README Update : BatBot research robot 12 November 2019, 11:22:08 UTC
482b530 Merge branch 'master' of https://github.com/OlafenwaMoses/ImageAI Merge pre-BatBot update 12 November 2019, 11:16:20 UTC
ab3fa86 README Update : BatBot research robot 12 November 2019, 11:14:50 UTC
07a54d8 Merge pull request #381 from zacr0/zacr0-patch-1 Renamed variable 23 October 2019, 16:19:07 UTC
d87d78b Renamed variable Renamed variable 'relatice_h' to relative_h 16 October 2019, 18:20:40 UTC
f6d5342 README Update 08 October 2019, 13:19:21 UTC
a4a068b Merge pull request #355 from rola93/warn_no_evaluation_data Warn no evaluation data 03 October 2019, 11:45:16 UTC
21e19fe improve code quality. Change the multiple usage of np.zeros for some np.zeros_like, which is faster and also change the line to convert from BGR to RGB using OpenCV's implementation which works faster 01 October 2019, 19:13:47 UTC
c36275f Remove debug print 19 September 2019, 16:05:46 UTC
9b5286e Improve the output by showing the number of training/evaluation images. Change the default GPU usage from '0,1' to just '0'. remove unnecesary/redundant code 19 September 2019, 15:58:28 UTC
5564c79 Merge pull request #8 from OlafenwaMoses/master update code base 16 September 2019, 21:44:43 UTC
c97df91 REAMDE UPDATE - Custom Video Detector error 16 September 2019, 18:34:17 UTC
e76367b Minor README update 14 September 2019, 20:57:17 UTC
3f13f5a version 2.1.5 release 13 September 2019, 21:51:50 UTC
697f29a README Update - ImageAI Forum Badge 10 September 2019, 19:06:48 UTC
70da21e Merge pull request #339 from rola93/bug_fix_on_decode_netout Bug fix on decode netout 10 September 2019, 16:00:40 UTC
1bb1980 Merge pull request #336 from rola93/fix_file_paths Fix file paths 06 September 2019, 14:28:21 UTC
01a2a7f Video analysis - change average count from float to int 06 September 2019, 13:45:57 UTC
ac0c604 Video analysis - change average count from float to int 06 September 2019, 12:53:59 UTC
75927eb implemented multi_thread support across all detection/prediction functions 05 September 2019, 21:35:21 UTC
f4f8736 Bug fix as reported, and implement static methods as static 05 September 2019, 20:44:28 UTC
a9dd894 Minification of video detection functions for pre-built 80 objects 05 September 2019, 18:13:40 UTC
8570815 Merge pull request #311 from witoong623/pr/object-detection-thread-safe Make object detection capable of using in multiple thread 05 September 2019, 13:01:22 UTC
ce6749d Correct one more place in ET.parse line 04 September 2019, 20:11:31 UTC
39d5c55 fix file paths and minor code style 04 September 2019, 16:03:33 UTC
4fd0fe1 Merge pull request #7 from OlafenwaMoses/master update repo 04 September 2019, 15:23:08 UTC
7a8a601 Merge pull request #331 from cagnulein/master per_frame_function should use frame_detection_interval too 03 September 2019, 20:21:08 UTC
29a0ae2 per_frame_function uses frame_detection_interval too 03 September 2019, 06:42:16 UTC
99bfea5 Removed a local print 02 September 2019, 21:23:55 UTC
1966044 Added BibTeX citation entry 02 September 2019, 17:59:52 UTC
a6f2027 Added BibTeX citation entry 02 September 2019, 17:54:42 UTC
87d05af standardize box_points return type & default detection probability 31 August 2019, 19:20:30 UTC
197a621 Merge pull request #6 from OlafenwaMoses/master Update repo 30 August 2019, 12:40:02 UTC
6797fe3 Merge pull request #322 from rola93/refactor_object_detection_detect Refactor object detection detect 30 August 2019, 09:53:31 UTC
5f2c534 complement code change from previous commit 29 August 2019, 14:43:33 UTC
56b79ad Update tests on custom object detection to make sence with the chance introduced previously 29 August 2019, 13:57:00 UTC
7d66696 Add small check to make sure images format are supported by OpenCV, correct the dirname for the output images 28 August 2019, 23:04:30 UTC
40d450b prune more redundant code, reduce the usage of .copy(), iprove doc strings 28 August 2019, 22:02:47 UTC
46542e9 Refactor on operation to detect objecct after training 28 August 2019, 19:52:01 UTC
0db434e Merge pull request #5 from OlafenwaMoses/master update master 28 August 2019, 17:32:26 UTC
c9ab775 Merge pull request #310 from rola93/return_metrics_on_evaluation quick fix on #302: paddle filenames 28 August 2019, 17:10:24 UTC
98a9dae verbose changed to 1 - custom detection training 28 August 2019, 16:38:29 UTC
99bceb1 v3.1.4 update 27 August 2019, 10:14:04 UTC
97a13bc Make detection with retinanet thread safe, change python style to match the author 23 August 2019, 17:45:25 UTC
1e1874f Make sure that Session.run uses default graph when thread safe flag is set to true 23 August 2019, 16:48:03 UTC
8d29bd5 Merge pull request #4 from OlafenwaMoses/master update repo 23 August 2019, 14:48:33 UTC
26c1a91 README update 23 August 2019, 14:22:39 UTC
2e5b8de small fix to paddle filenames with 0 instead of empty spaces, as pointed out by auphofBSF 23 August 2019, 14:04:52 UTC
766779b Merge pull request #302 from rola93/return_metrics_on_evaluation Return metrics on custom object evaluation 23 August 2019, 13:52:10 UTC
4ea1504 update docs as suggested by @auphofBSF 21 August 2019, 22:52:37 UTC
b89a432 sort files for evaluated models in order to evaluate them always on the same order. Also changed a little bit the file's name format to make sure that sort makes sence (just paddle batch number and loss with zeros) 21 August 2019, 21:08:11 UTC
4c342df correct some mistakes as reported by auphofBSF and add some comments to clarify it 21 August 2019, 15:29:24 UTC
f0b78b8 Return a list of dict containing the metrics that are currently being displayed on terminal. refactor code to avoid unnecesary duplicates. Show more information on unexpected flows 19 August 2019, 20:46:04 UTC
9b36013 Pypi badge update 19 August 2019, 15:09:57 UTC
aa4ba9d Merge pull request #3 from OlafenwaMoses/master update code 19 August 2019, 14:17:01 UTC
dd6f91d Merge pull request #2 from rola93/multi_gpu_and_TFBoard Add support for TensorBoard and allow multiple gpus 19 August 2019, 14:12:58 UTC
97da89a Tensorboard logging - test 19 August 2019, 13:24:58 UTC
0a2571a Merge pull request #81 from ZachNagengast/tensorboard_logging Add tensorboard logging callback 19 August 2019, 13:19:37 UTC
727efa4 Merge branch 'master' into tensorboard_logging 19 August 2019, 13:18:35 UTC
c8c4db4 Merge pull request #295 from auphofBSF/patch-1 Update CUSTOMDETECTIONTRAINING.md, handling multiple objects 19 August 2019, 12:35:38 UTC
f12b31f Update CUSTOMDETECTIONTRAINING.md Thanks @OlafenwaMoses for clarifying multiple objects per image. I have been working with OIDv4_TOOLKIT export from Open Images which generates individual images. I believe this commit demonstrates the multiple object per image and no need to change your existing notation 18 August 2019, 21:25:29 UTC
a16f764 Pypi badge update 18 August 2019, 15:57:55 UTC
1fa7a59 Update CUSTOMDETECTIONTRAINING.md In regard to your response https://github.com/OlafenwaMoses/ImageAI/issues/8#issuecomment-522225974 . Can I suggest an update to *Preparing your custom dataset* to make it clear that all object images and annotations go in the same folder. 18 August 2019, 03:34:14 UTC
bde933a Multi-GPU bug fix 17 August 2019, 21:12:33 UTC
1edd1eb Merge pull request #291 from rola93/multi_gpu_and_TFBoard Add support for TensorBoard and allow multiple gpus 17 August 2019, 14:57:31 UTC
77c6e7a Multiple objects clarification - custom detection training 17 August 2019, 10:32:58 UTC
78da208 Multiple objects clarification - custom detection training 17 August 2019, 10:30:35 UTC
119ac64 Merge pull request #1 from OlafenwaMoses/master update 16 August 2019, 15:05:23 UTC
f126498 pytest-cov update 16 August 2019, 09:59:19 UTC
d8159e1 pytest-cov update 16 August 2019, 09:55:30 UTC
8a5be6f Test suite - update 15 August 2019, 20:40:26 UTC
b83a637 Test suite - tensorflow 1.13.1 fix 15 August 2019, 20:39:54 UTC
3aeb133 Test suite - tensorflow 1.13.1 fix 15 August 2019, 20:14:44 UTC
ff2c174 Test suite update - fix timeout issue 15 August 2019, 19:35:01 UTC
34c37a8 Test suite update - fix timeout issue 15 August 2019, 19:11:16 UTC
b4e533e Add support for TensorBoard and allow multiple gpus 15 August 2019, 17:45:20 UTC
ab2beaf Code coverage integration 15 August 2019, 12:09:51 UTC
8f07915 Code coverage integration 15 August 2019, 11:34:55 UTC
back to top