diff --git a/README.md b/README.md index d912ec5..f72af4a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ towhee.dc['text'](["A teddybear on a skateboard in Times Square."]) \ Create the operator via the following factory method -***clip(model_name, modality)*** +***blip(model_name, modality)*** **Parameters:** diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..09f3c27 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +torch>=1.9.0 +torchvision>=0.10.0 +Pillow diff --git a/tabular1.png b/tabular1.png new file mode 100644 index 0000000..8d1db62 Binary files /dev/null and b/tabular1.png differ diff --git a/tabular2.png b/tabular2.png new file mode 100644 index 0000000..26a46a6 Binary files /dev/null and b/tabular2.png differ diff --git a/vec1.png b/vec1.png new file mode 100644 index 0000000..b0022d1 Binary files /dev/null and b/vec1.png differ diff --git a/vec2.png b/vec2.png new file mode 100644 index 0000000..1e2adc0 Binary files /dev/null and b/vec2.png differ