xlnn
xlnn
 这是怎么回事
(pytorch) D:\pythoncx\OCR-pdf>paddleocr --image_dir=c.pdf --type=structure --recovery=true --use_pdf2docx_api=true usage: paddleocr [-h] [--use_gpu USE_GPU] [--use_xpu USE_XPU] [--ir_optim IR_OPTIM] [--use_tensorrt USE_TENSORRT] [--min_subgraph_size MIN_SUBGRAPH_SIZE] [--shape_info_filename SHAPE_INFO_FILENAME] [--precision PRECISION] [--gpu_mem GPU_MEM] [--image_dir IMAGE_DIR] [--det_algorithm DET_ALGORITHM] [--det_model_dir...
Building wheel for lanms-neo (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for lanms-neo (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [10 lines of output] running bdist_wheel...
Hello, I have a question for you, why I don't find the loss function used in train.py? Thank you very much!
Hello,Run the following command to report an error:python setup.py develop --no_cuda_ext:  **> (pytorch2) root@notebook-under-model1-1yznilo-notebook-0:/workspace/algorithm/tt/NAFNet# python setup.py develop --no_cuda_ext > /root/anaconda3/envs/pytorch2/lib/python3.8/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by...
I have this problems!win_size exceeds image extent. Either ensure that your images are at least 7x7;
raise ValueError( ValueError: win_size exceeds image extent. Either ensure that your images are at least 7x7; or pass win_size explicitly in the function call, with an odd value less than...
How does faster rcnn calculate ap per class? Thank you very much!
Hello,Does your program have the code for the pytorch version?Thank you!
```` (underspp31) [class1@node01 CFPNet-main]$ python -m cfp.tools.train -f cfp-s -d 2 -b 16 --fp16 Traceback (most recent call last): File "/home/CFPNet-main/cfp/exp/build.py", line 13, in get_exp_by_file current_exp = importlib.import_module(os.path.basename(exp_file).split(".")[0]) File "/home/class1/.conda/envs/underspp31/lib/python3.8/importlib/__init__.py",...
Thank you for your excellent work! I would like to ask what type of data annotation format you are using, thanks!