Skip to content
Snippets Groups Projects
Unverified Commit e51ceb6b authored by i-robot's avatar i-robot Committed by Gitee
Browse files

!2862 modify log leval for FaceRecognitionForTracking to improve fps

Merge pull request !2862 from yuchaojie/master
parents 7e4a1b5a ad7c679c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Copyright 2020-2021 Huawei Technologies Co., Ltd
# Copyright 2020-2022 Huawei Technologies Co., Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
......@@ -69,6 +69,7 @@ echo $PRETRAINED_BACKBONE
export RANK_TABLE_FILE=$RANK_TABLE
export RANK_SIZE=8
export GLOG_v=3
cpus=`cat /proc/cpuinfo| grep "processor"| wc -l`
avg=`expr $cpus \/ $RANK_SIZE`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment