CCExtractor / Rekognition

Free and Open Source alternative to Amazon's Rekognition service. CCExtractor Development | Poor Man's Rekognition
GNU General Public License v3.0
102 stars 53 forks source link

models.conf Not Found #236

Open SaptarshiDy opened 8 months ago

SaptarshiDy commented 8 months ago
=> [34/37] RUN tensorflow_model_server --port=8500 --rest_api_port=8501 --model_config_file=$(pwd)/corelib/mode  50.9s
 => => # 2024-03-28 09:46:02.420213: E tensorflow_serving/sources/storage_path/file_system_storage_path_source.cc:358]
 => => # FileSystemStoragePathSource encountered a filesystem access error: Could not find base path /home/models/retin
 => => # anet for servable retinanet with error NOT_FOUND: /home/models/retinanet not found
 => => # 2024-03-28 09:46:03.420416: E tensorflow_serving/sources/storage_path/file_system_storage_path_source.cc:358]
 => => # FileSystemStoragePathSource encountered a filesystem access error: Could not find base path /home/models/retin
 => => # anet for servable retinanet with error NOT_FOUND: /home/models/retinanet not found

It's stuck here, any solution?