julieli's Stars
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
microsoft/Swin-Transformer
This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
colmap/colmap
COLMAP - Structure-from-Motion and Multi-View Stereo
InsaneLife/ChineseNLPCorpus
中文自然语言处理数据集,平时做做实验的材料。欢迎补充提交合并。
Beckschen/TransUNet
This repository includes the official project of TransUNet, presented in our paper: TransUNet: Transformers Make Strong Encoders for Medical Image Segmentation.
bigmb/Unet-Segmentation-Pytorch-Nest-of-Unets
Implementation of different kinds of Unet Models for Image Segmentation - Unet , RCNN-Unet, Attention Unet, RCNN-Attention Unet, Nested Unet
ozan-oktay/Attention-Gated-Networks
Use of Attention Gates in a Convolutional Neural Network / Medical Image Classification and Segmentation
colmap/pycolmap
Python bindings for COLMAP
microsoft/SoftTeacher
Semi-Supervised Learning, Object Detection, ICCV2021
srianant/kalman_filter_multi_object_tracking
Multiple object tracking using Kalman Filter and Hungarian Algorithm - OpenCV
ShuoYang-1998/Few_Shot_Distribution_Calibration
[ICLR2021 Oral] Free Lunch for Few-Shot Learning: Distribution Calibration
GoogleCloudPlatform/covid-19-open-data
Datasets of daily time-series data related to COVID-19 for over 20,000 distinct locations around the world.
wetliu/energy_ood
MayankSingal/PyTorch-Image-Dehazing
PyTorch implementation of some single image dehazing networks.
Mehrdad-Noori/Brain-Tumor-Segmentation
Attention-Guided Version of 2D UNet for Automatic Brain Tumor Segmentation
MoleImg/Attention_UNet
Raw implementation of attention gated U-Net by Keras
foolwood/VisualTracking-Toolkit
Powerful visualization tool (still under development)
anhenghuang/dehaze
实现暗通道去雾算法 Realizing 'Single Image Haze Removal Using Dark Channel Prior'
nupurkmr9/S2M2_fewshot
Kai-46/ColmapForVisSat
Adapted COLMAP intended to work with satellite images
MohsenFayyaz89/SCT
SCT: Set Constrained Temporal Transformer for Set Supervised Action Segmentation (CVPR2020) https://arxiv.org/abs/2003.14266
jowoojun/biovec
ProtVec can be used in protein interaction predictions, structure prediction, and protein data visualization.
bperezorozco/ordinal_tsf
TebogoNakampe/TMIP-2019-nCoV-Recognition
Treatise of Medical Image Processing (TMIP) v0.2.0
Jafar-Abdollahi/Automated-detection-of-COVID-19-cases-using-deep-neural-networks-with-CTS-images
The use of advanced artificial intelligence (AI) techniques combined with radiological imaging can be useful for accurate diagnosis of the disease and can also help overcome the shortage of specialist physicians in remote villages. In this project, a new model for automatic detection of covid-19 using raw chest X-ray images is presented. The proposed model is designed to provide an accurate diagnosis for binary classification (COVID vs. pneumonia ) and multi-classification (covid, pneumonia, nodel, boronshit, normal). Our model produces 99.08% classification accuracy for binary classifications and 95.02% for multi-class cases. The DarkNet model was used in our study as a classification where you only look at the real-time object recognition system once (YOLO(v3)). We applied 17 layers of the convolution and applied different filters on each layer. Our model can be used to help radiologists discredit their initial screening and can also be used over the cloud for rapid screening of patients.
GRSEB9S/DeepMEMM
This is an implementation of a Deep Maximum Entropy Markov Model in PyTorch, that uses the Viterbi algorithm for inference to solve the task of Named Entity Recognition.
asherbar/MEMM-Viterbi
julieli/Swin-Unet
The codes for the work "Swin-Unet: Unet-like Pure Transformer for Medical Image Segmentation"
leslieAIbin/ms-tcn-pytorch
MS-TCN with pytorch, contains complete executable files.
tusharsince96/Attendance-System-Using-Image-Recognition-In-Covid-19-Situation
The idea aims in creating an Attendance project that will use webcam to detect faces and record the attendance live in an excel sheet. In a situation like today when we are facing a covid-19 pandemic, it becomes very important to maintain social distancing norms and reduce the risk of contraction of coronavirus. A facial recognition system will improve efficiency and enable institutions to become a digitalized workplace with complete social distancing norms and with zero contact. This project aims in recognizing image of a people even with mask on their face and the best part of the project is that it won’t permit authentication to the people if they are not wearing their mask.