Skip to content
#

db

database logo

A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.

Here are 1,254 public repositories matching this topic...

123xian123
123xian123 commented May 19, 2022

1、在使用PPOCRLabel进行图像标注的时候,图像上有很多文字有识别的需求,但有些位置的文字没有识别的需求,那么在进行标注的时候是否还需要对没有识别需求位置的文字进行标注呢?
2、在使用PPOCRLabel进行自动标注后,有些位置的文字被标注上了,但是还额外框住了其他不是文字的图案(软件的文字识别能够识别到正确的文字,但是这种情况出现的次数很多),还是否需要对标注框进行调整,来去除掉非文字的图案?不去除的话是否对最终文字识别网络模型造成影响呢?

good first issue
williambanfield
williambanfield commented Jun 7, 2022

The human-readable string representation of a vote against the proposal is a bit confusing. The vote against the proposal, often called a 'nil' vote is rendered as:

"Vote{8:8E7F2C81033C 1002/00/SIGNED_MSG_TYPE_PRECOMMIT(Precommit) 000000000000 6643608E523D @ 2022-06-06T20:51:13.561041284Z}"

with all 000000000000 for the block hash. Votes that are not received in a vote set are render

good first issue
Wikipedia
Wikipedia