inf_run.txt 525 B

123456789101112131415161718192021222324
  1. ###################################################
  2. 文物病害检测
  3. cd obb_detect_Cultural_relics_disease_detection
  4. #run the server
  5. python obb_server.py
  6. #run the client
  7. python obb_client_cpu.py -i 图片名称
  8. ###################################################
  9. ###################################################
  10. 全景图中家具检测
  11. cd seg_detect_Panoramic_Home
  12. #run the server
  13. python seg_server.py
  14. #run the client
  15. python seg_client_cpu.py -i 图片名称
  16. ###################################################