[whisper] Call whisper in python to extract subtitles or translate subtitles into text

Recently I have been doing business related to video processing. There is a need to extract subtitles from the video. Our implementation process is divided into two steps: first separate the audio, and then use whisper for speech recognition or translation. This article will introduce in detail the basic use of whisper and the two […]

Review of Java polymorphism (translated)

Reprinted from: https://blog.csdn.net/dengminghli/article/details/54809876 We have already introduced the second of the three major features of object-oriented programming, and today we will introduce the last feature – polymorphism.What is polymorphism? Literally understood as multiple forms, the same object can have many different forms. Just like sugar, there are many flavors, you can eat whatever flavor you […]

How to read the source code of large front-end open source projects (translated)

About the author Daniel Ant Financial Data Experience Technology Team Reprinted from: https://github.com/ProtoTeam/blog/blob/master/201805/3.md There are many articles like “XX source code analysis” on the Internet, but the scope of these articles analyzing source code is limited, and sometimes the content they talk about is not what readers are most concerned about. At the same time, […]

[Multiple target tracking] TrackFormer took three days to translate a single sentence! ! !

[Multiple target tracking] TrackFormer took three days to translate a single sentence! ! ! TrackFormer: Multi-Object Tracking with Transformers Abstract The challenging task of multi-object tracking (MOT) re-quires simultaneous reasoning about track initialization, identity, and spatio-temporal trajectories. We formulate this task as a frame-to-frame set prediction problem andintroduce TrackFormer, an end- to-end trainable MOT ap-proach […]

CSS3 animation animation transition transition 2D transformation transform:translate (can be used in conjunction with each other – the effect is even cooler)…

animation With CSS3, we can create animations that can replace many web page animated images, Flash animations, and Javascripts. CSS3 @keyframes rules To create CSS3 animations, you will have to understand the @keyframes rules. The @keyframes rule is used to create animations. A CSS style and animation specified in the @keyframes rule will gradually change […]

[sgGoogleTranslate] Custom component: Based on Vue.js, use the Google Translate plug-in to implement multi-language website development

sgGoogleTranslate source code <template> <div :id=”$options.name”> </div> </template> <script> export default { name: “sgGoogleTranslate”, props: [“languages”, “currentLanguage”], data() { return { //Language list, following the ISO 639-1 standard, two-digit code (reference: https://zh.wikipedia.org/wiki/ISO_639-1) defaultLanguages: [ { code: “en”, name: “English”, cname: “English”, ename: “English”, }, { code: “af”, name: “Afrikaans”, cname: “Afrikaans”, ename: “Afrikaans”, }, { […]

Ebook Translator: Translate multilingual and multiformat ebooks with Caliber

Ebook Translator is a Caliber plug-in developed by Bookmate. It can translate e-books in different formats and languages into e-books in the specified language (comparison of original text and translation), and supports Google, ChatGPT and DeepL translation engines. In daily life, work or study, if you need to use translation software frequently in the process […]

The seventeenth day of MFC CFont class and LOGFONT structure (font selection and registry storage), notepad file opening and saving and logic flow analysis of whether to save, PreTranslateMessage virtual function and shortcut keys

Article directory CFont class and LOGFONT structure CFontDialog Relationship between font information structure and HFONT handle Font selection and registry saving Logic flow analysis of dragging, opening, saving and whether to save a notepad file PreTranslateMessage virtual function and shortcut keys appendix CFont class and LOGFONT structure CFontDialog Constructor introduction public: //Used to specify the […]

114_MoveObjectBuilder uses the offset point method to translate objects

MoveObjectBuilder uses the offset point method to translate objects The orientation selector can save the Orgin of the current location of the orientation selector control, and save the last Orgin globally through the class attribute, and use MoveObjectBuilder.SetManipulatorOrigin () can complete the translation operation. #include “D:\wnx\\ xCPlusPlusPlusProject\test\test\DevUfunUtilities.h” #include “D:\wnx\\ xCPlusPlusProject\test\test\DevOpenUtilities.h” #ifndef TRANSLATIONALOBJECT_H_INCLUDED #define TRANSLATIONALOBJECT_H_INCLUDED #define […]