Skip to content

Commit

Permalink
Merge pull request #17 from 5sControl/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
eugenos-programos authored Sep 29, 2023
2 parents b6b5ff0 + fac112b commit a9b745b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion connection/IdleReporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def create_report(self, image: np.array, start_tracking_time: datetime.time) ->
saved_image_name = self._save_image(image)
report_for_send = {
'camera': self.images_folder.split('/')[1],
'algorithm': 'idle_control',
'algorithm': os.environ.get("algorithm_name"),
'start_tracking': start_tracking_time,
'stop_tracking': stop_tracking_time,
'photos': [{'image': saved_image_name, 'date': start_tracking_time}],
Expand Down
6 changes: 0 additions & 6 deletions idle_model/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
httplib2==0.22.0
numpy==1.22.3
opencv_python==4.7.0.72
pafy==0.5.5
Pillow==9.5.0
pydantic==1.10.2
python-dotenv==1.0.0
PyYAML==6.0
requests==2.27.1
Flask==2.2.2
colorlog==4.8.0
Expand Down

0 comments on commit a9b745b

Please sign in to comment.