| 123456789101112131415161718192021222324 |
- ###################################################
- 文物病害检测
- cd obb_detect_Cultural_relics_disease_detection
- #run the server
- python obb_server.py
- #run the client
- python obb_client_cpu.py -i 图片名称
- ###################################################
- ###################################################
- 全景图中家具检测
- cd seg_detect_Panoramic_Home
- #run the server
- python seg_server.py
- #run the client
- python seg_client_cpu.py -i 图片名称
- ###################################################
|