-
python demo/mono_det_demo.py demo/data/kitti/kitti_000008.png demo/data/kitti/kitti_000008_infos.pkl configs/fcos3d/fcos3d_r101_caffe_fpn_gn-head_dcn_2x8_1x_nus-mono3d_finetune.py models/fcos3d_r101_c…
-
-
按照教程更新PaddleOCR V3版本whl包:
paddleocr 2.5.0.3
paddlepaddle 2.3.0
paddlepaddle-gpu 2.3.0
配置参数:
Namespace(alpha=1.0, benchmark=False, b…
-
Hi,
I am training a DCN model for ranking purpose. The train data contains batches cached TensorFlow dataset. I achieve this with the below code.
```
cached_train = train.shuffle(100_000).batch(…
-
I am also working on using parametric curves for Lane Detection.
I came across your paper. Really liked it!
I wanted to test this Repo on a custom Video but the code base seems to be a bit confusi…
-
I know that I won't be able to reach full performances on my hardware but when I run this simple demo script
```python
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
impor…
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
- 系统环境/System Environment:win10 cuda10.2 cudnn7.6.5 gtx1050ti
- 版本号/Version:Paddle:gpu-2.3.0 PaddleOCR:2.…
-
根据quickstart配置环境后,运行 paddleocr --image_dir ./1_cut.bmp --lang=en
之后程序一直卡在一个地方也没报错
`[2022/06/21 20:54:11] ppocr DEBUG: Namespace(help='==SUPPRESS==', use_gpu=True, ir_optim=True, use_tensorrt=False, …
-
https://github.com/shenweichen/DeepCTR/blob/a94a8ece8374339eda162df66db1324df56aaba1/deepctr/models/dcn.py#L75
-
Per-class results:
Object Class AP ATE ASE AOE AVE AAE
car 0.000 1.337 0.314 1.481 0.482 0.112
truck 0.000 1.000 1.000 1.000 1.000 1.000
bus 0…