*ObjDetApp* deploys a pytorch model for object detection ____ _ _ _____ _ / __ \| | (_) __ \ | | /\ | | | | |__ _| | | | ___| |_ / \ _ __ _ __ | | | | '_ \| | | | |/ _ \ __| / /\ \ | '_ \| '_ \ | |__| | |_) | | |__| | __/ |_ / ____ \| |_) | |_) | \____/|_.__/| |_____/ \___|\__/_/ \_\ .__/| .__/ _/ | | | | | |__/ |_| |_| ==================================================================== CONTENTS *Contents* 1. Introduction .................... |Introduction| 2. Prerequisites ................... |Prerequisites| 3. Usage ........................... |Usage| 3.1 WebApp ..................... |WebAppUsage| 3.2 GUIApp ..................... |GUIAppUsage| 4. Credits ......................... |Credits| 5. License ......................... |License| ==================================================================== Section 1: Introduction *Introduction* This is a side project (or not qualified as a project) derived from a school assignment, which focuses on the deployment of a pytorch model for object detection, hence the name. The model's performance is really bad but this app doesn't focus on that anyway. You can help me perfect and package it by forking. App tested on Linux. ==================================================================== Section 2: Prerequisites *Prerequisites* Get trained *model_state_dict.pth* from https://drive.google.com/file/d/1oi8iIQGn0OFSRf44hWLI8kCbj5OrlkCy/view?usp=sharing and put it under this folder. > sudo apt install default-libmysqlclient-dev pip install -r requirements.txt npm install < ==================================================================== Section 3: Usage *Usage* WebApp:~ *WebAppUsage* Start backend server (Default port: 5000) > FLASK_ENV=development FLASK_APP=server.py flask run < Build (Default into build/) > npm run build < Serve the webpage (Default port: 5512) > npm run dev < GUIApp:~ *GUIAppUsage* > python gui.py < ==================================================================== Section 4: Credits *Credits* ObjDetApp wouldn't be possible without these wonderful projects. https://github.com/pallets/flask https://github.com/pytorch/pytorch Shout out to @sgrvinod for his great tutorial. https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection/ ==================================================================== Section 5: License *License* Copyright © 2021 Will Chao. Distributed under the MIT license. ==================================================================== vim:tw=78:ts=8:ft=help:noet:nospell
*ObjDetApp* deploys a pytorch model for object detection
Overview
Navigating StyleGAN2 w latent space using CLIP
Navigating StyleGAN2 w latent space using CLIP an attempt to build sth with the official SG2-ADA Pytorch impl kinda inspired by Generating Images from
"Inductive Entity Representations from Text via Link Prediction" @ The Web Conference 2021
Inductive entity representations from text via link prediction This repository contains the code used for the experiments in the paper "Inductive enti
PyTorch implementation of paper "StarEnhancer: Learning Real-Time and Style-Aware Image Enhancement" (ICCV 2021 Oral)
StarEnhancer StarEnhancer: Learning Real-Time and Style-Aware Image Enhancement (ICCV 2021 Oral) Abstract: Image enhancement is a subjective process w
SegNet model implemented using keras framework
keras-segnet Implementation of SegNet-like architecture using keras. Current version doesn't support index transferring proposed in SegNet article, so
Anonymous implementation of KSL
k-Step Latent (KSL) Implementation of k-Step Latent (KSL) in PyTorch. Representation Learning for Data-Efficient Reinforcement Learning [Paper] Code i
An All-MLP solution for Vision, from Google AI
MLP Mixer - Pytorch An All-MLP solution for Vision, from Google AI, in Pytorch. No convolutions nor attention needed! Yannic Kilcher video Install $ p
A Strong Baseline for Image Semantic Segmentation
A Strong Baseline for Image Semantic Segmentation Introduction This project is an open source semantic segmentation toolbox based on PyTorch. It is ba
[ICLR2021oral] Rethinking Architecture Selection in Differentiable NAS
DARTS-PT Code accompanying the paper ICLR'2021: Rethinking Architecture Selection in Differentiable NAS Ruochen Wang, Minhao Cheng, Xiangning Chen, Xi
Augmented Traffic Control: A tool to simulate network conditions
Augmented Traffic Control Full documentation for the project is available at http://facebook.github.io/augmented-traffic-control/. Overview Augmented
Genshin-assets - 👧 Public documentation & static assets for Genshin Impact data.
genshin-assets This repo provides easy access to the Genshin Impact assets, primarily for use on static sites. Sources Genshin Optimizer - An Artifact
Image classification for projects and researches
This is a tool to help you quickly solve classification problems including: data analysis, training, report results and model explanation.
NOMAD - A blackbox optimization software
################################################################################### #
Multi-Target Adversarial Frameworks for Domain Adaptation in Semantic Segmentation
Multi-Target Adversarial Frameworks for Domain Adaptation in Semantic Segmentation Paper Multi-Target Adversarial Frameworks for Domain Adaptation in
CUDA Python Low-level Bindings
CUDA Python Low-level Bindings
Earthquake detection via fiber optic cables using deep learning
Earthquake detection via fiber optic cables using deep learning Author: Fantine Huot Getting started Update the submodules After cloning the repositor
To build a regression model to predict the concrete compressive strength based on the different features in the training data.
Cement-Strength-Prediction Problem Statement To build a regression model to predict the concrete compressive strength based on the different features
Implementation for Panoptic-PolarNet (CVPR 2021)
Panoptic-PolarNet This is the official implementation of Panoptic-PolarNet. [ArXiv paper] Introduction Panoptic-PolarNet is a fast and robust LiDAR po
ICRA 2021 - Robust Place Recognition using an Imaging Lidar
Robust Place Recognition using an Imaging Lidar A place recognition package using high-resolution imaging lidar. For best performance, a lidar equippe
A unified 3D Transformer Pipeline for visual synthesis
Overview This is the official repo for the paper: "NÜWA: Visual Synthesis Pre-training for Neural visUal World creAtion". NÜWA is a unified multimodal
Implementation of self-attention mechanisms for general purpose. Focused on computer vision modules. Ongoing repository.
Self-attention building blocks for computer vision applications in PyTorch Implementation of self attention mechanisms for computer vision in PyTorch