It's possible to create endless images with words. Dale's pre training model starts

It is possible to create endless images with words. The Russian version of Dall-E pre training model starts (including automatic translation, Chinese can be entered) Look, look, this dalle is really wonderful. Write what you read and draw what you think. Don't miss your brain hole. "Avocado chair" "Beau ...

Posted by thatsme on Sat, 27 Nov 2021 19:20:51 -0800

Organ at Risk Segmentation for Head and Neck Cancer using Stratified Learning and Neural Architectur

Organ at Risk Segmentation for Head and Neck Cancer using Stratified Learning and Neural Architecture Search abstract Risk organ( OAR)The division is the head and neck( H&N)Key steps in cancer radiotherapy, inconsistencies among radiation oncologists and high labor costs drive automated methods. However, leading methods using standard ful ...

Posted by Dan911 on Wed, 24 Nov 2021 02:44:37 -0800

[Machine learning experiment 4] Hand pose recognition based on Logistic Regression binary classification algorithm

All code for this experiment has been uploaded to your personal github repository: https://github.com/Scienthusiasts/Machine-Learning Logistic Regression for Gesture Recognition A long time ago, bloggers themselves had conceived a complete gesture recognition system with an interface, which could not only detect the gesture of the hand, b ...

Posted by porco on Mon, 22 Nov 2021 09:59:30 -0800

2021SC@SDUSC Application and practice of software engineering in school of software, Shandong University -- yoov5 code analysis metrics.py-1

2021SC@SDUSC preface This analysis measures.py file is used to calculate evaluation indicators, including mAP, confusion matrix and IOU related functions. fitness function def fitness(x): # Model fitness as a weighted combination of metrics w = [0.0, 0.0, 0.1, 0.9] # weights for [P, R, mAP@0.5, mAP@0.5:0.95] return (x[:, :4] * ...

Posted by ltd on Mon, 22 Nov 2021 07:22:42 -0800

Text detection dataset annotation

Tool link: Curve-Text-Detector/data at master · Yuliang-Liu/Curve-Text-Detector · GitHub catalogue preface 1, Tool introduction 1. Label format 2. Use of tools 2, To label 1. Data preparation 2. Data annotation 3. Dataset label visualization summary preface The annotation methods and tools introduced this time are the ...

Posted by raptoni on Sun, 21 Nov 2021 00:38:40 -0800

Combined with PaddleSeg and PyQt, a new crown lung CT ground glass lesion detection gadget was made

PaddleSeg PaddleSeg is an end to end image segmentation development kit developed by PaddlePaddle, covering a large number of high quality segmentation models in different directions, such as high precision and lightweight. Through modular design, two application modes of configuration driver and API call are provided to help developers more c ...

Posted by txhoyt on Sat, 20 Nov 2021 01:32:55 -0800

shuffleNet-V1 paper reading and code implementation

preface shufflenetV1 is another direction of the development of convolutional neural network to lightweight, which is the lightweight network following Mobilenet. 1, Paper reading summary Paper address Tricks: application of group revolution on 1 * 1 convolution; channel shuffle improves information transmission between channels ...

Posted by tomsasse on Fri, 19 Nov 2021 03:42:54 -0800

[OpenCV] detailed explanation and principle analysis of MatchTemplate function parameters

[OpenCV] detailed explanation and principle analysis of MatchTemplate function parameters MatchTemplate MatchTemplate(InputArray image, InputArray templ, OutputArray result, int method); Image: enter an image to be matched, which supports 8U or 32F. templ: enter a template image of the same type as image. result: output the matrix of ...

Posted by chrome29 on Fri, 19 Nov 2021 00:11:41 -0800

Let AI do homework: typo single test based on paddelnlp taskflow

introduction In previous project ERNIE for CSC: can't you tell the difference? Here comes the Savior! In, we introduced how to train a text error correction model from 0. At the end of the article, the Taskflow of PaddleNLP is mentioned. This paper launches an interesting project on Taskflow based on text error correction: how to make AI do t ...

Posted by izy on Thu, 18 Nov 2021 20:30:16 -0800

For liver goods, Keras, Redis, Flask and Apache are used for in-depth learning in the production environment

Today we demonstrate how to use Keras, Redis, Flask, and Apache for in-depth learning in a production environment Over the years, Dega has also sorted out a lot of learning materials about artificial intelligence (including learning roadmap, two deep learning framework videos, image recognition, OpenCV, computer vision, deep learning and neura ...

Posted by said_r3000 on Thu, 18 Nov 2021 05:29:34 -0800