mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:16:30 +00:00
switcher dataset explorer
lat lon -> geopoint correct location for gps if small keypoints number
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import os
|
||||
import subprocess
|
||||
cimport constants
|
||||
cdef class HardwareService:
|
||||
|
||||
@staticmethod
|
||||
@@ -33,4 +34,5 @@ cdef class HardwareService:
|
||||
cdef str drive_serial = lines[len_lines-1]
|
||||
|
||||
cdef str res = f'CPU: {cpu}. GPU: {gpu}. Memory: {memory}. DriveSerial: {drive_serial}'
|
||||
constants.log(f'Gathered hardware: {res}')
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user