Removed unnecessary lines of code.

This commit is contained in:
Hansly Saw 2022-05-07 10:32:06 +08:00 committed by GitHub
parent ecbeac8020
commit 7a0a1c4441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,65 +170,6 @@
"main()"
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 54
},
"colab_type": "code",
"id": "AWqlF827VDpn",
"outputId": "17965e14-1982-40c2-d495-dc5278297669"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\n",
"Redirecting output to wget-log.1.\n"
]
}
],
"source": [
"!wget -O $filename $download_file_path"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/",
"height": 182
},
"colab_type": "code",
"id": "4IQHBvnNV961",
"outputId": "8c2623f5-7304-4078-909f-af727308c0cb"
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"total 5344\n",
"drwxr-xr-x 1 root root 4096 Sep 19 20:36 .\n",
"drwxr-xr-x 1 root root 4096 Sep 19 19:30 ..\n",
"drwxr-xr-x 4 root root 4096 Sep 13 17:08 .config\n",
"-rw-r--r-- 1 root root 2718276 Sep 19 20:35 Gudako.blend\n",
"-rw-r--r-- 1 root root 2718124 Sep 19 19:41 RiyoGudako.blend\n",
"drwxr-xr-x 2 root root 4096 Sep 13 17:28 sample_data\n",
"-rw-r--r-- 1 root root 734 Sep 19 19:41 wget-log\n",
"-rw-r--r-- 1 root root 728 Sep 19 20:36 wget-log.1\n"
]
}
],
"source": [
"!ls -la"
]
},
{
"cell_type": "code",
"execution_count": 5,
@ -720,19 +661,6 @@
"!blender -b $filename -noaudio -o ./test_ -E $renderer -x 1"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"colab": {},
"colab_type": "code",
"id": "LpqaH-cCazwk"
},
"outputs": [],
"source": [
"from IPython.display import Image"
]
},
{
"cell_type": "code",
"execution_count": 8,
@ -761,6 +689,7 @@
}
],
"source": [
"from IPython.display import Image\n",
"Image(filename='./test_0001.png')"
]
},