Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from transformers import AutoProcessor, AutoModelForCausalLM
|
2 |
import matplotlib.pyplot as plt
|
3 |
import matplotlib.patches as patches
|
@@ -29,7 +31,6 @@ import matplotlib.pyplot as plt
|
|
29 |
import matplotlib.patches as patches
|
30 |
|
31 |
def plot_bbox(image, data, figsize=(12, 12)): # Add figsize as a parameter with default size
|
32 |
-
# Create a figure and axes with the specified figsize
|
33 |
fig, ax = plt.subplots(figsize=figsize)
|
34 |
|
35 |
# Display the image
|
|
|
1 |
+
# Create a figure and axes with the specified figsize
|
2 |
+
|
3 |
from transformers import AutoProcessor, AutoModelForCausalLM
|
4 |
import matplotlib.pyplot as plt
|
5 |
import matplotlib.patches as patches
|
|
|
31 |
import matplotlib.patches as patches
|
32 |
|
33 |
def plot_bbox(image, data, figsize=(12, 12)): # Add figsize as a parameter with default size
|
|
|
34 |
fig, ax = plt.subplots(figsize=figsize)
|
35 |
|
36 |
# Display the image
|