A unique visual novel where you explore a mysterious coffee machine that can dispense any liquid imaginable
Experience this unique visual novel interactive simulation game directly in your browser. No downloads required!
Visual Novel
30-60 minutes
Single Player
Web Browser
A face array, also known as a facial array or face occlusion array, is a type of 3D facial capture technology used in computer vision, computer graphics, and film production. It refers to a set of markers or sensors placed on a person's face to track their facial expressions and movements.
In software like OpenCV or DeepFace , a "face array" may refer to the data structure (an array of pixel values or feature vectors) that represents a face for a machine learning model to analyze. 3. Digital Design and Architecture (SketchUp)
import face_recognition image = face_recognition.load_image_file("photo.jpg") face_locations = face_recognition.face_locations(image) # Returns array of face bounds face_encodings = face_recognition.face_encodings(image) # Returns array of face vectors
The computer doesn't "see" a smile; it sees intensity values between 0-255 arranged in a matrix.
Ever wonder how you feed a face into a Neural Network? You can't just feed a JPEG into a math equation. You need a Face Array .
# Now this array can be fed into a model for recognition!
{ "content": [ { "face_id": 1, "bounds": [100, 150, 200, 200], "landmarks": [ ... ] }, { "face_id": 2, "bounds": [300, 120, 190, 190], "landmarks": [ ... ] } ] }
Discover what makes Anomalous Coffee Machine an unforgettable gaming experience
Interact with a mysterious vending machine that can dispense any liquid imaginable, possible or impossible.
Type in any word you can think of and see if the machine can dispense it. Endless possibilities await.
Experience a wide range of transformations and effects based on what you choose to drink.
Enjoy a rich visual experience with numerous animated scenes and visual effects.
Immerse yourself in an extensive narrative with over 100,000 words of dialogue and story content.
Interact with a mysterious girl who guides you through the experience of the anomalous machine.
A face array, also known as a facial array or face occlusion array, is a type of 3D facial capture technology used in computer vision, computer graphics, and film production. It refers to a set of markers or sensors placed on a person's face to track their facial expressions and movements.
In software like OpenCV or DeepFace , a "face array" may refer to the data structure (an array of pixel values or feature vectors) that represents a face for a machine learning model to analyze. 3. Digital Design and Architecture (SketchUp)
import face_recognition image = face_recognition.load_image_file("photo.jpg") face_locations = face_recognition.face_locations(image) # Returns array of face bounds face_encodings = face_recognition.face_encodings(image) # Returns array of face vectors
The computer doesn't "see" a smile; it sees intensity values between 0-255 arranged in a matrix.
Ever wonder how you feed a face into a Neural Network? You can't just feed a JPEG into a math equation. You need a Face Array .
# Now this array can be fed into a model for recognition!
{ "content": [ { "face_id": 1, "bounds": [100, 150, 200, 200], "landmarks": [ ... ] }, { "face_id": 2, "bounds": [300, 120, 190, 190], "landmarks": [ ... ] } ] }