processing tag

54 questions


1 answers
311 views
0
When a multiprocessing program runs, dozens of programs run.

Description of the program you are creating first.Below is the code you wrote.main.py--import chatimport pygameimport randomimport globimport refrom multiprocessing import Process, Queueif __name__ ==...


1 answers
429 views
0
Understanding ImageMagic Blur Processing

-blur radius Q1. You seem to specify the radius and (optional) sigma values, what are the values? How does blurring the image affect it?(I tried to change the number of arguments, but I didn't know ho...


1 answers
459 views
0
If you use SocketHandler to send logs to ThreadingTCPServer, the program will not exit.(Related to Python logging)

Something like deadlock occurs and the program does not exit.This occurred in a program that provides server threading and bulk management of logs during parallel processing using multiprocessing base...


1 answers
497 views
0
When translating using DeepL in Excel macros, I want to translate English sentences as a whole in the cell, not as a period.

As the title suggests, I would like to get the entire English sentence from the cell because the sentence is entered into DeepL with a period break, or just one sentence. I have changed the sentence. ...


1 answers
427 views
0
Error outputting predictive label on Pythorch: Example has no attribute label

I'm studying natural language processing, and I was writing code while referring to books.If the last prediction is this data, the test data will also be labeled, so the correct answer rate will be pr...


1 answers
142 views
0
LDAP with python

If you execute the following code, an error will be displayed.error message*/usr/local/lib/python 3.6/dist-packages/smart_open/smart_open_lib.py:402: UserWarning: This function is predicted, use smart...


1 answers
127 views
0
To stop and resume loops with an if statement

I am making a work using serial communication between Arduino and processing.I have sent the switch ON/OFF data obtained from the two tact switches connected to Arduino to Processing.I would like to u...

2 years ago

1 answers
66 views
0
Socket communication from processing to Python

Looking for a way to communicate string-only socket from processing to Python.Send data from Python to Processing via socket communication|Qiita I would like to reverse the above site.I looked it up, ...

2 years ago

1 answers
81 views
0
About nullpointerexception

Hello, I'm having trouble getting an error.Please let me know.import ddf.minim.*;//importing the minimal library Declaration of Minim;//Minim variableAudioPlayer player;//Variables for storing sound d...


1 answers
87 views
0
Morpheme analysis by specifying part of speech

I would like to focus readtextlist on nouns, verbs, and adjectives, but all parts of speech will be output.import MeCabwords_list = [ ]t=MeCab.Tagger('-d/usr/lib/x86_64-linux-gnu/mecab/dic/mecab-ipadi...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.