zyworkflow 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- zyworkflow/policy/train_pick_policy.py +1 -1
- {zyworkflow-0.0.1.dist-info → zyworkflow-0.0.2.dist-info}/METADATA +3 -5
- {zyworkflow-0.0.1.dist-info → zyworkflow-0.0.2.dist-info}/RECORD +5 -5
- {zyworkflow-0.0.1.dist-info → zyworkflow-0.0.2.dist-info}/WHEEL +1 -1
- {zyworkflow-0.0.1.dist-info → zyworkflow-0.0.2.dist-info}/top_level.txt +0 -0
|
@@ -10,7 +10,7 @@ import torch.nn.functional as F
|
|
|
10
10
|
import torch.multiprocessing as mp
|
|
11
11
|
from PIL import Image
|
|
12
12
|
from tqdm import tqdm
|
|
13
|
-
from
|
|
13
|
+
from wormsim.simulate import Simulate
|
|
14
14
|
from torch.utils.data import Dataset, DataLoader
|
|
15
15
|
from concurrent.futures import ThreadPoolExecutor
|
|
16
16
|
from zyworkflow.utils.logger_config import setup_train_pick_policy_logger
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: zyworkflow
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: Need Python3.9+
|
|
5
5
|
License: Apache License 2.0
|
|
6
6
|
Requires-Dist: psutil
|
|
7
7
|
Requires-Dist: Cython
|
|
8
8
|
Requires-Dist: aiohttp
|
|
9
|
-
|
|
10
|
-
Dynamic: requires-dist
|
|
11
|
-
Dynamic: summary
|
|
9
|
+
|
|
@@ -8,12 +8,12 @@ zyworkflow/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
8
8
|
zyworkflow/example/train_client.py,sha256=JMdYX-FwNcGOU8u6ykyqlvkXF4KCUkd8iOK9ABNVzxQ,13317
|
|
9
9
|
zyworkflow/example/train_client_example.py,sha256=Y2W4rUsppoyVeovqE3yH1OkQ81mkqizTuTk9YKVY5w8,965
|
|
10
10
|
zyworkflow/policy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
zyworkflow/policy/train_pick_policy.py,sha256
|
|
11
|
+
zyworkflow/policy/train_pick_policy.py,sha256=TV2QF-J9xXSFrYrn6KTMamULep2Hu1d5qvoEDNRtDcM,31933
|
|
12
12
|
zyworkflow/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
zyworkflow/utils/logger_config.py,sha256=oaEd204gMoj9591CtQFEITStJzSPr2PzF015rEgJDX4,1372
|
|
14
14
|
zyworkflow/utils/pose.py,sha256=JXjmxVCvlq0jXTFykGJDiHlzehkursZMBY-99UipM6U,4417
|
|
15
15
|
zyworkflow/utils/utils.py,sha256=yRLzUwWP1sPbfRoghnm2kgTvo0tBOHW1wRuF1NXstN8,8709
|
|
16
|
-
zyworkflow-0.0.
|
|
17
|
-
zyworkflow-0.0.
|
|
18
|
-
zyworkflow-0.0.
|
|
19
|
-
zyworkflow-0.0.
|
|
16
|
+
zyworkflow-0.0.2.dist-info/METADATA,sha256=yjfFPhY8Mt93XfvppNUmckL2sGp1R2WUfAXz6f1Nd_k,175
|
|
17
|
+
zyworkflow-0.0.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
18
|
+
zyworkflow-0.0.2.dist-info/top_level.txt,sha256=Hc13aPsoEw0Zc0BhJjR2vl8AvTqsyemSK_mYUJRttUk,11
|
|
19
|
+
zyworkflow-0.0.2.dist-info/RECORD,,
|
|
File without changes
|