Predictive maintenance study for Complex case study

This project was part of my Master’s degree Thesis at Sharif university of Technology A risk assessment study and repair time proposal has been performed for a very sensitive and complex process unit. I put parts of the project here. Predictive maintenance study for Complex case study. we’ve obtained failure causes was basically an operation fault and more basically plant conceptual design Error. Obviously, the use of code and content needs to cite the source. For more you can check […]

Read more

Realtime YOLO Monster Detection With Non Maximum Supression

Table of Contents Introduction Requirements Some of the Corretly Classified Samples Some of the Misclassified Samples Final Remarks 1. Introduction This repository contains detection of 6 monsters, “Zombie”,”Armored”,”Immolator”,”Crowl”,”Hive”,”Hellhound” on a Crytek game called Hunt Showdown. The reason I work on this game is that, I really enjoy playing this game (Even if i don’t really have chance to play so often), also I admire developers and designers of this game. This game has a philosophy, not realy that straight forward […]

Read more

U-2-Net: U Square Net – Modified for paired image training of style transfer

This is an unofficial repo making use of the code which was made available by the original author team of U2-Net (U square net) published in Pattern Recognition 2020: @InProceedings{Qin_2020_PR, title = {U2-Net: Going Deeper with Nested U-Structure for Salient Object Detection}, author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood and Zaiane, Osmar and Jagersand, Martin}, journal = {Pattern Recognition}, volume = {106}, pages = {107404}, year = {2020} }    

Read more

Snowfall – helpful image handling utils – abstracts various file and opencv and pil features into result oriented functions

helpful image handling utils – abstracts various file and opencv and pil features into result oriented functions from image_handlers import * load an image – a simple task in theory but often set with details…is the file there? is the argument a string and not a PathLib object, should it be loaded as rgb or bgr format? example: opencv continues to have BGR as it’s channel format, vs PIL and the rest of the world use RGB format. A common […]

Read more

MOHAconfig – Configuration file generator for Medal of Honor: Airborne

Gerador de arquivo de configuração para Medal of Honor: Airborne Essa aplicação foi feita em python 3.9.2 e permite gerar um arquivo de configuração para o jogo Medal of Honor: Airborne. A interface é simples e funcional. Idioma da aplicação é português do brasil. A aplicação é compatível com windows 10 x86 e x64. A interface foi desenvolvida usando o Tkinter do python. o executável foi gerado usando o cx_freeze. GitHub View Github    

Read more

Let’s pretend you want to create a AWS Lambda project called “sns-processor”

Usage Let’s pretend you want to create a AWS Lambda project called “sns-processor”. Rather than using lambda and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter_ to do all the work. First, get Cookiecutter. Trust me, it’s awesome:: $ pip install “cookiecutter>=1.7.0” Now run it against this repo:: $ cookiecutter https://github.com/zahaar/go-lambda-cookiecutter You’ll be prompted for some values. Provide them, then a Lambda sample project […]

Read more
1 46 47 48 49