Giter Site home page Giter Site logo

ChiSquareX's Projects

computer-graphics-python icon computer-graphics-python

This repo contains detailed code for creating and printing 3D objects such as Sphere, Torus, Circle, Cylinder, Cone and Plane using various camera angle. Just run the main.py file to get the output as an image Please refer to the class notes if you want to make any changes in the code.

edn-gtm icon edn-gtm

EDN-GTM: A Novel Encoder-Decoder Network with Guided Transmission Map for Single Image Dehazing

haze-synthesize icon haze-synthesize

Synthesize Hazy/Foggy Image using Monodepth and Atmospheric Scattering Model

mftp icon mftp

Automatic updates for KGP T&P make murderous rage slightly pleasant.

pms-net icon pms-net

This is the source code of PMS-Net: Robust Haze Removal Based on Patch Map for Single Images which has been published in CVPR 2019 Long Beach

web-proxy-using-socket-programming icon web-proxy-using-socket-programming

This repo tells contains the code to run the proxy server for your web browser using python. Just run the run.py on the terminal with appripriate IP address and the proxy server will get activated. Then go to your browser and set up manual proxy with the localhost and port number 8888. Then you will connected to the internet through the proxy server. When the browser client is going to make a request for the first time. The program tries to open a cache file named with url (filename to be “www.google.com” for google site), and raises an IO Exception because it does not exist. Then, the proxy needs to forward requests to the remote server and retrieve the webpage. The proxy will then receive a file from the server, cache it to tmpFile, and forward it to the client. The next time the client requests the same file, instead of having to query to remote server, your proxy will simply read the appropriate webpage from its cache file in the local directory and send it directly back to the client. Note that the proxy server keeps a server socket the whole time to receive connection from browser client and send response to it. But if there is no cache, it needs to create a new client socket to connect to the remote server and retrieve the webpage.

yolo-v8-media-pipe-for-pose-and-face-estimation icon yolo-v8-media-pipe-for-pose-and-face-estimation

In this project, we discuss on how to correctly get valid pose and face estimations when we pass images through YOLO-v8 model and MediaPipe Face detection model respectively, and we will see how well the pretrained models actually perform, which makes them so versatile and easy to use.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.