OBA-Research commited on
Commit
448693b
·
verified ·
1 Parent(s): 8474e70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -86,24 +86,22 @@ Follow the official PyTorch installation guide for your platform:
86
 
87
  **Quick installation**
88
  ```sh
89
- $ pip install torch torchvision
90
  ```
91
 
92
  ### 2. Install VAAS
93
 
94
  ```sh
95
- $ pip install vaas
96
- ```
97
- You can now safely run:
98
- ```python
99
- import vaas
100
  ```
101
 
102
  VAAS will automatically detect PyTorch at runtime and raise a clear error if it is missing.
103
 
 
 
104
  ## Usage
105
 
106
- ---
107
 
108
  ### 1. Basic inference on local and online images
109
 
@@ -174,6 +172,7 @@ For examples:
174
  ![Inference with visual example](docs/visualizations/COCO_DF_I000B00000_00966250_vaas.png)
175
  ![Inference with visual example](docs/visualizations/COCO_DF_S000B00000_00120651_vaas.png)
176
  ![Inference with visual example](docs/visualizations/COCO_DF_C110B00000_00539519_vaas.png)
 
177
  ---
178
 
179
  ## Model Variant
 
86
 
87
  **Quick installation**
88
  ```sh
89
+ pip install torch torchvision
90
  ```
91
 
92
  ### 2. Install VAAS
93
 
94
  ```sh
95
+ pip install vaas
 
 
 
 
96
  ```
97
 
98
  VAAS will automatically detect PyTorch at runtime and raise a clear error if it is missing.
99
 
100
+ ---
101
+
102
  ## Usage
103
 
104
+
105
 
106
  ### 1. Basic inference on local and online images
107
 
 
172
  ![Inference with visual example](docs/visualizations/COCO_DF_I000B00000_00966250_vaas.png)
173
  ![Inference with visual example](docs/visualizations/COCO_DF_S000B00000_00120651_vaas.png)
174
  ![Inference with visual example](docs/visualizations/COCO_DF_C110B00000_00539519_vaas.png)
175
+
176
  ---
177
 
178
  ## Model Variant