Skip to content

madcap66/Using-Blender-with-Remote-Desktop-Google-Colab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Using-Blender-with-Remote-Desktop-Google-Colab

Rendering Blender Animations using Google Colab

توضیحات مربوط به چگونگی رندر گرفتن با استقاده از نرم افزار بلندر در قالب توضیحات در ژوپیتر نوتبوک (فایل با پسوند ipynb در بالا) و فیلم آموزشی آمده است

ویدیوی آموزشی در یوتوب:

https://youtu.be/j14Z-sH5xLU

نکته : کارت گرافیکی که کولب به ما ارائه می دهد کاملا تصادفی است. این کارتهای گرافیک در کل 4 مدل هستند :

  • T4
  • p4
  • k80
  • p100 (best)

ترفند دسترسی به بهترین کارت گرافیک (یعنی p100) :

  1. run the cell that contains !nvidia-smi.
  2. run cell to see the result below
  3. if the gpu was Tesla p100 its OK! continue with the code. if not, goto runtime tab and click Factory reset runtime. the notebook will reser. you need to click connect.
  4. then go to step 1 . do these steps until you get gpu p100. you may need to do this 20 times to get p100 or in the first try!!
+-----------------------------------------------------------------------------+   
| NVIDIA-SMI 440.82       Driver Version: 418.67       CUDA Version: 10.1     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  Tesla P100-PCIE...  Off  | 00000000:00:04.0 Off |                    0 |
| N/A   39C    P0    25W / 250W |      0MiB / 16280MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%