crazyxiaoj

Results 4 issues of crazyxiaoj

您好,我想在刷取圣遗物时,识别新刷到的圣遗物数据,有没有一个接口可以手动设定截图区域(或手动喂入图像)并输出数据?

feature

In the `download_version_url` function, I noticed that you seem to intend to select the last row after sorting, which appears to be aimed at choosing the highest version of the...

### Please make sure these conditions are met - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on...

Here's the R code snippet I was working with: ```R library(biomaRt) library(Seurat) library(ggplot2) library(harmony) library(magrittr) library(dplyr) library(future) load("17_scRNA_base/scRNA_after_PCA.Rdata") RhpcBLASctl::blas_set_num_threads(1) options(future.globals.maxSize = 100 * 1024 ^ 3) future::plan("multicore", workers = 16)...