Update utils/convert_masks.py
Browse files- utils/convert_masks.py +1 -1
utils/convert_masks.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
#!/bin/env python
|
| 2 |
|
| 3 |
# Mask conversion for plantorgans
|
| 4 |
-
# 2024 by Jiri Podivin
|
| 5 |
|
| 6 |
import numpy as np
|
| 7 |
import json
|
|
|
|
| 1 |
#!/bin/env python
|
| 2 |
|
| 3 |
# Mask conversion for plantorgans
|
| 4 |
+
# 2024 by Jiri Podivin and Miroslav Jaros
|
| 5 |
|
| 6 |
import numpy as np
|
| 7 |
import json
|