I made an image for qemu with Yocto, but I failed and started over
# What I did (image creation, qemu execution) We carried out the following things. ```terminal $ git clone -b dunfell git://git.yoctoproject.org/poky.git $ cd poky $ source oe-init-build-env build0
Using MLflow with Databricks ③ --Model lifecycle management -
# Introduction I am writing about how to use MLflow, which is an open source for managing the life cycle of machine learning models, on the Databricks UI. [Using MLflow with Databricks ① --Experime
Automated testing method combining Beautiful Soup and Selenium (Python)
# 1. 1. Overview We sometimes embed tags to collect specific data in the HTML of web pages, and we used automated tests to test whether the embedded tags were correct. [How to search HTML data usi
I counted the grains
Previously posted articles [Cell count amnesia](https://qiita.com/bobrock/items/732ef43ced543cc58a98) A script that counts the grains made by groping in various ways I actually implemented it an
What to do if Docker-sync suddenly stops working
It seems that this has solved the problem in a hurry ``` brew reinstall unox ``` The reason is unknown ... If you have detailed knowledge, I would appreciate it if you could teach me ... https:
I learned Python basic grammar
# Python basic grammar There are four basic grammars that Python beginners should learn. ・ Print ·comment(#) -Variable assignment (a = value) ・ Four arithmetic operations (+,-, *, /,%) # Print T
[Memo] Text matching in pandas data frame using flashtext
## Overview --Introduced a library called flashtext from the following points when performing text matching in csv with a large capacity using pandas. --The original algorithm enables high-speed reg
web coder tried excel in Python
# Introduction When I wanted to move excel data to an html file, I couldn't reach the itchy part of the tool I searched for, so I searched for something that I could easily bring in the value of exce
[Python] How to handle Japanese characters with openCV
I check it every time I use it I will leave it as a memorandum. #### **`python`** ```ruby image = cv2.puttext(image,"Hello World", (0, 0), '<Font path>', 10, (0, 0, 0),2,False) ``` argument Im
How to return the data contained in django model in json format and map it on leaflet
This time, as the title says, we will use restapi to return the data registered in models.py in json format and plot it on the map. I myself have never touched the map app at the beginner level of d
Create a virtual environment for python on mac [Very easy]
I will post a memo of the procedure of the virtual environment of python on mac. ## Required environment ■ Homebrew A tool to install what you need. ■ pyenv A tool for easily switching between Py
Points to note when updating to WSL2
# Purpose of this time Update WSL1 that was originally used to WSL2 # Update flow MS has published the official document, there are many articles if you ask google teacher, so basically there is no
Sentence vector creation using fastText (also visualization)
I tried to create a Japanese sentence vector using this model by referring to ["I have released a trained model of fastText"](https://qiita.com/Hironsan/items/513b9f93752ecee9e670). .. It's hard to m
Implement FReLU with tf.keras
# Overview I will introduce the implementation of a new activation function called FReLU in keras. For more information about FReLU + implementation in pytorch, please read the following article.
I tried to analyze emotions whether Hinatazaka46 is really a "happy aura"
Oh! Recently, I'm a good old man and I'm addicted to <b> Hinatazaka46 </ b>. Hinatazaka46 is an idol group whose motto is "<b> Happy Aura </ b>". It's a group of really good kids, and it's worth
Make sci-fi-like buttons with Kivy
# Completed I made it with Kivy thinking that I could make a SF-like button without using images. As a result, a button like this was created.  in Django
# Introduction I am a beginner studying Python etc. with the aim of becoming a backend engineer. Qiita will be the first post. This time, a title error occurred while deploying the created Django
python beginner memo (9.1)
I'm a python beginner. This is a memo for myself infinite loop ```python while True: print("infinite loop") ``` Plot (straight line) ```python plt.plot(data,"r--") #(y data,color) r--Red, d
Speech enhancement with phase sensitivity mask (PSM) with Python
Let's implement a phase sensitivity mask (PSM) in Python that creates a filter (mask) that extracts the desired signal from the observed signal when the desired signal is known. It is a design of a v
Python default argument behavior
Python's default arguments are <b> evaluated at program startup, not at method execution </ b> I thought that the behavior in Ruby and Scala that I used so far was normal, so I was quite addicted to
[Maya Python] Crush the contents of the script 1 ~ Camera Speed Editor
# Purpose of this article Deepen your understanding while checking the contents of your own tools one by one, and use them for future tool development. Thoroughly understand that I've been through b
Environment construction (python)
# Introduction I tried to build an environment to use Python. # environment ・ Windows 10 ・ Vs code ・ Python3 # procedure ## python setup 
<h2> Overview </ h2> Describes how to start jupyter notebook using AWS GPU instance. <h2> Environment </ h2> ・ Mac OS Catalina 10.15.6 ・ AWS Deep Learning AMI (Ubuntu 18.04) <h2> Procedure </
About the enumerate function (python)
# 1. Introduction Hello! !! This time I would like to write an article about the enumerate function of python. You can use the enumerate function to get the elements and order of a list or tuple in
Solving AOJ's Algorithm and Introduction to Data Structures in Python -Part2-
# Introduction Hello. It's chewy and chewy. We will solve the introduction to AOJ's algorithms and data structures. It's easy to keep a record of what you've learned. It's been less than half a y
Solve with Python [100 selected past questions that beginners and intermediates should solve] (010 --014 Full search: Bit full search)
# 1. Purpose Solve [100 past questions that beginners and intermediates should solve](https://qiita.com/e869120/items/eb50fdaece12be418faa) in Python. The goal is to turn light blue by the time you
It was great to edit the Python file in the Raspberry Pi with Atom's remote function
# Trigger When I was using the editor on the desktop screen of Raspberry Pi from a PC with VNC I had some complaints. . . ** "Don't use ..." ** ** "Cho use it ..." ** The copy and paste didn't
Command not found with sudo rosdep init in ROS setup
# rosdep error In setup immediately after ROS installation `sudo rosdep init` There is a scene to enter, but the current situation `sudo rosdep init` When you do `rosdep: Command not found`
I came up with a way to create a 3D model from a photo Part 02 Image loading and vertex drawing
Domo is Ksuke. In Part 02, where I came up with a way to create a 3D model from a photo, I will read the image and draw the vertices. Click here for Part 1 https://qiita.com/Ksuke/items/7b3df37399c