-
When you meet this:
```
File "./object_detection/builders/model_builder_test.py", line 258, in test_create_faster_rcnn_resnet_v1_models_from_config
File "./object_detection/builders/model_build…
-
### System information
- **What is the top-level directory of the model you are using**:
Using unmodified pretrained coco models: faster_rcnn_inception_resnet_v2_atrous_coco_11_06_2017, faster_rcnn_…
-
Hi:
I've been testing the processing time of object detection models with GTX 1080.
The result is abnormal to me:
I tested **SSD-Mobilenet-V1** and **RFCN-ResNet-101** on a hundred of 1280*72…
GBJim updated
5 years ago
-
Hi Team,
Recently we noticed that TFServing is using only single CPU core while testing object detection model, even though we set `TENSORFLOW_SESSION_PARALLELISM=14`. `OMP_NUM_THREADS=56` is rela…
-
Hi, thank you for releasing this code. However I cannot run it as expected.
```
Traceback (most recent call last):
File "/home/cory/Deep-Feature-Flow/rfcn/demo.py", line 142, in
main()
…
-
### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**:
No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
Linux…
-
### A small tip which may be useful
FP16 or INT8 does improve the inference speed, but not all hardwares support such precision modes.
**NVIDIA hardware and which precision modes each hardware suppo…
-
### System information
- **What is the top-level directory of the model you are using**: object_detection
- **Have I written custom code (as opposed to using a stock example script provided in Tenso…
-
### System information
- **What is the top-level directory of the model you are using**:
~/workspace/models
- **Have I written custom code (as opposed to using a stock example script provided in …
-
When I run
```
python2 tools/infer_simple.py \
--cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml \
--output-dir DensePoseData/infer_out/ \
--image-ext jpg \
--wts https://s3.am…