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

Python basic learning 04

Creation and indexing of list objects   The split method returns a list object ------ > ['h ',' LLO '] In Python, list objects are represented by lists List creation: 1.[ ] l=[1,2,3] l [1,2,3] type(l) list Essence of list: multi-element container ------------ > first, a list object can be composed of one or more objects. Th ...

Posted by jmaccs64 on Sat, 27 Nov 2021 18:05:13 -0800

Graduation project - Title: Chinese character recognition based on deep learning - deep learning convolution neural network machine vision OCR

0 Introduction Recently, I was helping a student with a Chinese character recognition project. The senior recorded and released some project related knowledge bases and partial implementations here. Welcome to discuss and learn Chinese character recognition based on deep learning Bi design help, problem opening guidance, technical soluti ...

Posted by totof06 on Thu, 25 Nov 2021 19:19:23 -0800

[deep learning] Wu Enda deep learning - Course1 neural network and deep learning - week 2 basic programming of neural network

Learning links: [Chinese] [Wu Enda's after class programming assignment] Course 1 - neural network and deep learning - assignment for the second week ○ operation objectives What we need to do is build a simple neural network that can recognize cats 1, Use environment Here, Anaconda is used for environment configuration and PyCharm is u ...

Posted by J@ystick_FI on Thu, 25 Nov 2021 11:38:13 -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

[Li Hongyi machine learning] Basic Concept (p4) learning notes

Summary of Li Hongyi's machine learning notes Course links Review The more complex the model, the lower the error on the testing data. error comes from two places: biasvariance f_star is f_ An estimate of hat, f_star may not be equal to f_hat, the distance may come from bias or variance Estimate the mean value of variab ...

Posted by -Zeus- on Tue, 23 Nov 2021 23:58:56 -0800

How does python operate HDF5 files? After reading this article, you will understand it all

HDF Hierarchical Data Format, also known as HDF5 In deep learning, a large amount of data or pictures are usually used to train the network. For such a large data set, if each picture is read separately from the hard disk, preprocessed, and then sent to the network for training, verification or testing, it is too inefficient. If these pictur ...

Posted by nuttynibbles on Tue, 23 Nov 2021 22:06:00 -0800

[comb 1 of ORB-SLAM2 key knowledge points] the relationship among key frames, common views, extension trees and essential diagrams

preface I don't know what to write in this preface. Let's encourage each other. 1, KeyFrame In short: a key frame is a representative of several ordinary frames. 1. Function and significance Reduce the information redundancy in local adjacent key frames;In SLAM scheme, the depth of ordinary frame will be projected onto the key fr ...

Posted by slyte33 on Tue, 23 Nov 2021 16:27:34 -0800

ERROR: *** is not a supported wheel on this platform

Problem analysis: Error installing whl from pip: ERROR: *** is not a supported wheel on this platform This is because pip will verify whether it is suitable for the current environment according to the name of whl. Two situations may lead to this error: 1. Environment adaptation, but the verification fails due to the self modified naming of ...

Posted by freeme on Sun, 21 Nov 2021 23:32:51 -0800

Intelligent transportation day03 - realization of lane line detection 07: Calculation of lane curvature and center point deviation distance + code implementation

Learning objectives Know the calculation method of lane curvatureKnow the calculation of the deviation distance of the calculation center point 1. Introduction to curvature The curvature of the curve is defined by differentiation according to the rotation rate of the tangent direction angle of a point on the curve to the arc length, indicati ...

Posted by JUMC_Webmaster on Sun, 21 Nov 2021 19:30:03 -0800