tags: anaconda python opencv artificial intelligence Depth study pip
I have recently been interested in the target tracking in school, I have learned Python from my head, limited to funds, bought a TELLO EDU drone, experimental test
(Installation error reference Previous post)
// Due to the new domestic Douban source, the domestic Douban source is faster (a few seconds)
pip install numpy -i https://pypi.douban.com/simple
pip install Wheel -i https://pypi.douban.com/simple // may have already existed
pip install pillow -i https://pypi.douban.com/simple
/ / Must be installed before installing OpenCV
pip install scikit-build -i https://pypi.douban.com/simple
// The latest OpenCV4.3 does not support python2.7 so we need to download the old version
pip install opencv-python==4.2.0.32 -i https://pypi.douban.com/simple
WeChat binding interface Description: Bind the micro-signal to the existing student record in the database url : /front/bind method: POST parameter studentIdStudent number studentName student name ope...
A big water problem classification discussion B Find out if the string can be rearranged into an adjacent character asc code is not adjacent divides the parity, then sorts, then arranges the combinati...
Most of the first two - I thought it was DP with the greedy, who knows wrong. Only later did want to understand, violence dichotomy of DP + memory ...
CF Edu Round 71 A There Are Two Types Of Burgers Greedy casually simulate what B Square Filling Greedy, left enumeration down from the top left corner, if it can be painted coating, final judgment abo...
In March, can't move? >>> javaassist official address:http://jboss-javassist.github.io/javassist/ Javaassist hello world demo demonstrates that Javaassist uses java programming to create a ne...
Codeforces Edu 87 C. Simple Polygon Embedding【Three Points + Computational Geometry】 topic For a positive side length of 1 2 n 2n 2nPolygon, find the side length of the minimum covering square answer ...
0x00 Preface Listening to your words, better than reading ten years After listening to my cousin Cai Cai last night, I found that I was really too lazy. Others could get 10k at the age of 18, but I wa...
Question A. Berland Poker Just understand the meaning of the question code: Question B. New Theatre Square Only 1 x 1 or 1 x 2 can be selected. If the price of 1x1 is twice less than 1x2, then 1x1 is ...
topic At the beginning, I was able to make all the best matching for the first time, I have made a few times, I found that it is very miserable after the second time. Simulated a few discovery the opt...
codeforces-Edu-94answer Article catalog [Rpg protagonist] (https://codeforces.ml/contest/1400/problem/b) (violent enumeration) [Binary String Reconstruction](https://codeforces.ml/contest/1400/problem...