LightToYang

Results 10 issues of LightToYang

I find that in train_imagenet.py --dtype could be set float16 for faster training, `parser.add_argument('--dtype', type=str, default='float32', help='data type for training. default is float32')` but I don't the similar setting in...

enhancement

Hello, thank you for code releasing. There are two branches from fc7 layer output in Fig.5, one is the input of RBF and another is the input of RBF(stride 2)....

It seems there is no special limitation for this work.

I am working on speeding up image loading for training models on ImageNet Dataset. Based on https://stackoverflow.com/questions/57663734/how-to-speed-up-image-loading-in-pillow-python, ``` #!/usr/bin/env python3 import numpy as np import pyvips import cv2 from PIL...

question

![TIM截图20200305175719](https://user-images.githubusercontent.com/17929130/75970169-eedd1780-5f0a-11ea-9ac4-05c5cce4cfde.png) ![TIM截图20200305175736](https://user-images.githubusercontent.com/17929130/75970291-1338f400-5f0b-11ea-8df4-ef9eaceba004.png) ![TIM截图20200305175807](https://user-images.githubusercontent.com/17929130/75970314-19c76b80-5f0b-11ea-8561-5b7391a06e4a.png)

### 1. Issue or feature description nvidia-device-plugin is starting but still no gpu-device in node description and gpu-pod FailedScheduling ### 2. Steps to reproduce the issue After `kubectl create -f...

lifecycle/stale

3ddfa_v2 is much accuracy than 3ddfa on face fitting

https://github.com/PaddlePaddle/PaddleVideo/tree/develop/deploy/python_serving 期望结果 `# rpc方式打印的结果 PipelineClient::predict pack_data time:1645631086.764019 PipelineClient::predict before time:1645631086.8485317 key: "label" key: "prob" value: "[\'archery\']" value: "[0.9907388687133789]" ` 然而 `PipelineClient::predict pack_data time:1681895941.1273232 PipelineClient::predict before time:1681895941.1585848 key: "label" key: "prob"...

the predictions.json by `model.predict(img_path, save=False, conf=0.001)` get worse LVIS-minival results ``` Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=300 catIds=all] = 0.206 Average Precision (AP) @[ IoU=0.50 |...