prithivMLmods
commited on
Commit
•
d8bb4fd
1
Parent(s):
0b36be6
Update README.md
Browse files
README.md
CHANGED
@@ -67,10 +67,16 @@ Image Processing Parameters
|
|
67 |
|
68 |
Total Images Used for Training : 13
|
69 |
|
70 |
-
## Best Dimensions
|
71 |
|
72 |
-
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
|
75 |
## Setting Up
|
76 |
```python
|
|
|
67 |
|
68 |
Total Images Used for Training : 13
|
69 |
|
70 |
+
## Best Dimensions & Inference
|
71 |
|
72 |
+
| **Dimensions** | **Aspect Ratio** | **Recommendation** |
|
73 |
+
|-----------------|------------------|---------------------------|
|
74 |
+
| 1280 x 832 | 3:2 | Best |
|
75 |
+
| 1024 x 1024 | 1:1 | Default |
|
76 |
+
|
77 |
+
### Inference Range
|
78 |
+
|
79 |
+
- **Recommended Inference Steps:** 30–35
|
80 |
|
81 |
## Setting Up
|
82 |
```python
|