|
I am Ivan, a Computer Vision researcher and full-stack web developer from Moscow, Russia
┌──┤ MAIN ├─────────▰▰▰ │ ├─■ Graduate CS student ├─■ Interested in: Computer Vision, │ Computer Graphics, Deep Learning ├─■ I am mostly available at Telegram │ └───────────────────────────────▰▰▰ |
|
──┤ A LITTLE MORE ABOUT ME.. ├─────────▰▰▰
#include <iostream>
using namespace std;
class Fata1error404
{
public:
string pronouns = "he | him";
string bachelor = "Moscow Institute of Physics and Technology";
string master = "Tsinghua University";
string role = "Computer Vision Researcher";
string languagesSpoken[3] = {"ru_RU", "en_US", "zh_CN"};
void sayHi() const
{
cout << "Thanks for dropping by, hope you find some of my work interesting." << endl;
}
};
int main()
{
Fata1error404 me;
me.sayHi();
}|
Working at the Graphics & Geometric Computing Group on physics-based 3D reconstruction.
___ _ _______ ~ ~ ~
[(_)] |=| | [◉¯] | ~~~~~ ~ ~/ \__
'-` |_| |_______| __/ \___
/mmm/ / |/ \__
|__________|
|
|
| Project | Description |
|---|---|
| EmojiNotion 🔍 | A web-based text editor with semantic emoji search and prediction engine, natively supporting an unlimited number of custom and animated emojis, crawled and captioned automatically via a multimodal retrieval pipeline, and rendered as normal inline text characters. |
| Terrain Engine ⛰️ | A terrain engine for real-time 3D rendering of terrain, skybox, water, and advanced effects like lighting, shadows, weather, and dynamic waves, with support for free camera movement. |
| Distributed Data Center 💾 | A distributed data center system managing both structured (relational tables) and unstructured (text, images, videos) data. |
| Taxi ride sharing service 🚖 | A representation of a real taxi ride sharing service concept built on microservices architecture. |





