unet
Here are 385 public repositories matching this topic...
-
Updated
Jul 14, 2020 - Python
-
Updated
Jun 19, 2020 - Python
Please explain the suggested feature in detail.
Being able to use Server outside of NetworkBehaviour will make it quicker to create Server only methods. The currently you have to add a manual check for NetworkServer.active.
[Server] causes Weaver to add the following code at the start of methods, which does not depend on NetworkBehaviour.
if (!NetworkServer.active)我发现一些有疑问的地方
-
Updated
May 21, 2020 - Python
-
Updated
Jul 14, 2020 - Jupyter Notebook
如果设置
cfg.NUM_TRAINERS = 4
cfg.TRAINER_ID = 0,1,2,3
if self.shuffle and cfg.NUM_TRAINERS > 1: np.random.RandomState(self.shuffle_seed).shuffle(self.all_lines) num_lines = len(self.all_lines) // cfg.NUM_TRAINERS self.lines = self.all_lines[num_lines * cfg.TRAINER_ID: num_lines * (cfg.TRAINER_ID + 1)] self.shuffle_seed += 1
上面代码中的self.
-
Updated
Feb 19, 2020 - Python
-
Updated
Aug 17, 2019 - Python
-
Updated
Jul 11, 2020 - Jupyter Notebook
-
Updated
May 10, 2019 - Jupyter Notebook
-
Updated
Jul 14, 2020 - Python
-
Updated
Aug 2, 2018 - Python
-
Updated
Apr 10, 2020 - Python
-
Updated
Oct 29, 2018 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Sep 12, 2019 - Python
-
Updated
May 2, 2020 - Jupyter Notebook
-
Updated
Apr 20, 2020 - Python
-
Updated
Oct 8, 2019 - Python
-
Updated
May 5, 2020 - Python
-
Updated
Mar 6, 2019 - Python
-
Updated
Oct 8, 2018 - Python
Improve this page
Add a description, image, and links to the unet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unet topic, visit your repo's landing page and select "manage topics."




In file binary segmentation (camvid).ipynb, block 5, there is:
here, sky_mask