*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
Models, datasets and tools for Facial keypoints detection
Template for Data Science Project This repo aims to give a robust starting point to any Data Science related project. It contains readymade tools setu
SpeechBrain is an open-source and all-in-one speech toolkit based on PyTorch.
The SpeechBrain Toolkit SpeechBrain is an open-source and all-in-one speech toolkit based on PyTorch. The goal is to create a single, flexible, and us
AI that generate music
PianoGPT ai that generate music try it here https://share.streamlit.io/annasajkh/pianogpt/main/main.py or here https://huggingface.co/spaces/Annas/Pia
The official implementation of CircleNet: Anchor-free Detection with Circle Representation, MICCAI 2030
CircleNet: Anchor-free Detection with Circle Representation The official implementation of CircleNet, MICCAI 2020 [PyTorch] [project page] [MICCAI pap
SpiroMask: Measuring Lung Function Using Consumer-Grade Masks
SpiroMask: Measuring Lung Function Using Consumer-Grade Masks Anonymised repository for paper submitted for peer review at ACM HEALTH (October 2021).
CO-PILOT: COllaborative Planning and reInforcement Learning On sub-Task curriculum
CO-PILOT CO-PILOT: COllaborative Planning and reInforcement Learning On sub-Task curriculum, NeurIPS 2021, Shuang Ao, Tianyi Zhou, Guodong Long, Qingh
Interpretable-contrastive-word-mover-s-embedding
Interpretable-contrastive-word-mover-s-embedding Paper Datasets Here is a Dropbox link to the datasets used in the paper: https://www.dropbox.com/sh/n
Official code for Score-Based Generative Modeling through Stochastic Differential Equations
Score-Based Generative Modeling through Stochastic Differential Equations This repo contains the official implementation for the paper Score-Based Gen
a generic C++ library for image analysis
VIGRA Computer Vision Library Copyright 1998-2013 by Ullrich Koethe This file is part of the VIGRA computer vision library. You may use,
Pytorch Implementation of rpautrat/SuperPoint
SuperPoint-Pytorch (A Pure Pytorch Implementation) SuperPoint: Self-Supervised Interest Point Detection and Description Thanks This work is based on:
InDuDoNet+: A Model-Driven Interpretable Dual Domain Network for Metal Artifact Reduction in CT Images
InDuDoNet+: A Model-Driven Interpretable Dual Domain Network for Metal Artifact Reduction in CT Images Hong Wang, Yuexiang Li, Haimiao Zhang, Deyu Men
PyTorch implementation of our paper How robust are discriminatively trained zero-shot learning models?
How robust are discriminatively trained zero-shot learning models? This repository contains the PyTorch implementation of our paper How robust are dis
A torch.Tensor-like DataFrame library supporting multiple execution runtimes and Arrow as a common memory format
TorchArrow (Warning: Unstable Prototype) This is a prototype library currently under heavy development. It does not currently have stable releases, an
Code for "ShineOn: Illuminating Design Choices for Practical Video-based Virtual Clothing Try-on", accepted at WACV 2021 Generation of Human Behavior Workshop.
ShineOn: Illuminating Design Choices for Practical Video-based Virtual Clothing Try-on [ Paper ] [ Project Page ] This repository contains the code fo
Source code for "Progressive Transformers for End-to-End Sign Language Production" (ECCV 2020)
Progressive Transformers for End-to-End Sign Language Production Source code for "Progressive Transformers for End-to-End Sign Language Production" (B
[Official] Exploring Temporal Coherence for More General Video Face Forgery Detection(ICCV 2021)
Exploring Temporal Coherence for More General Video Face Forgery Detection(FTCN) Yinglin Zheng, Jianmin Bao, Dong Chen, Ming Zeng, Fang Wen Accepted b
Dynamic Visual Reasoning by Learning Differentiable Physics Models from Video and Language (NeurIPS 2021)
VRDP (NeurIPS 2021) Dynamic Visual Reasoning by Learning Differentiable Physics Models from Video and Language Mingyu Ding, Zhenfang Chen, Tao Du, Pin
Pytorch codes for "Self-supervised Multi-view Stereo via Effective Co-Segmentation and Data-Augmentation"
Self-Supervised-MVS This repository is the official PyTorch implementation of our AAAI 2021 paper: "Self-supervised Multi-view Stereo via Effective Co
Official Repository for the ICCV 2021 paper "PixelSynth: Generating a 3D-Consistent Experience from a Single Image"
PixelSynth: Generating a 3D-Consistent Experience from a Single Image (ICCV 2021) Chris Rockwell, David F. Fouhey, and Justin Johnson [Project Website
A learning-based data collection tool for human segmentation
FullBodyFilter A Learning-Based Data Collection Tool For Human Segmentation Contents Documentation Source Code and Scripts Overview of Project Usage O