also save small fig
This commit is contained in:
parent
635eeb1e5e
commit
6cf2360d4b
1 changed files with 5 additions and 13 deletions
|
@ -1667,15 +1667,6 @@
|
|||
" pickle.dump(frame_embeddings, fp)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 30,
|
||||
|
@ -1986,7 +1977,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 76,
|
||||
"execution_count": 97,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
|
@ -2003,7 +1994,8 @@
|
|||
" plt.show()\n",
|
||||
" im = Image.fromarray(image)\n",
|
||||
" # im = im.resize((1500,1500))\n",
|
||||
" im.save(fn)"
|
||||
" im.save(fn)\n",
|
||||
" im.resize((1000, 1000)).save(fn[:-4] + '-small.png')"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -2016,7 +2008,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 88,
|
||||
"execution_count": 98,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
@ -2079,7 +2071,7 @@
|
|||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 89,
|
||||
"execution_count": 99,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue