Client
Data driven spatial analytics company for real estate that analyzes surveillance videos and makes outputs for the BI tool.
Challenge
Can we develop a person tracker for fisheye videos?
Can we automate occupancy reports for amenities?
Help us with integration and infrastructure?
What we did
Developed person tracker for fisheye videos
Automated occupancy and utilization reports generation
Designed and deployed a whole end-to-end solution
import java.util.Scanner;
import java.util.Scanner;
public class HelloWorld {
public static void main(String[] args) {
// Creates a reader instance which takes
// input from standard input - keyboard
Scanner reader = new Scanner(System.in);
System.out.print("Enter a number: ");
// nextInt() reads the next integer from the keyboard
int number = reader.nextInt();
// println() prints the following line to the output screen
System.out.println("You entered: " + number);
}
}
Written by: Smart Cat
June 9, 2021