tips:cvat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:cvat [2019/11/25 15:09] – [CVAT] scipiotips:cvat [2020/09/09 12:04] (current) – [Install] scipio
Line 4: Line 4:
 Istruzioni per l' accesso al programma: Istruzioni per l' accesso al programma:
   * Andare con chrome su http://10.1.1.87:8080   * Andare con chrome su http://10.1.1.87:8080
-  * Entrare come utente “luca” e password “lucaguiotto” +  * luca 
-  Cliccare su “ocr-11” → Jobs+    * entrare come utente “luca” e password “lucaguiotto” 
 +    cliccare su “ocr-11” → Jobs (quando finito passare a ocr-14) 
 +  * toli 
 +    * entrare come utente “toli” e password “tolitoli” 
 +    * cliccare su “ocr-12” → Jobs 
 +  * pica 
 +    * entrare come utente “pica” e password “pica” 
 +    * cliccare su “ocr-13” → Jobs
  
  
Line 38: Line 45:
 http://localhost:8080 http://localhost:8080
  
-enable access from other hosts +http://94.230.78.71:8007/ 
-<code> + 
-cat > docker-compose.override.yml <<EOF                                                                                                         version: "2.3"+enable access from other hosts  
 +<file ini docker-compose.override.yml
 +version: "2.3"
 services: services:
   cvat:   cvat:
     environment:     environment:
       ALLOWED_HOSTS: "*"       ALLOWED_HOSTS: "*"
-EOF +      CVAT_SHARE_URL: "Mounted from host directory" 
-</code>+    volumes: 
 +      - cvat_share:/home/django/share:ro 
 + 
 +volumes: 
 +  cvat_share: 
 +    driver_opts: 
 +      type: none 
 +      device: /storage/dataset 
 +      o: bind 
 +</file>
  
  
Line 69: Line 87:
 docker-compose up -d --build docker-compose up -d --build
 </code> </code>
 +
 +<code>
 +docker-compose down
 +git pull
 +docker-compose up -d --build
 +</code>
 +
  • tips/cvat.1574690974.txt.gz
  • Last modified: 2019/11/25 15:09
  • by scipio