Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

dvc.lock 1.8 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
  1. schema: '2.0'
  2. stages:
  3. extract_validation_data:
  4. cmd: python src/extract.py annotations-and-pictures data/raw/val2017.zip data/raw/annotations_trainval2017.zip
  5. instances_val2017.json -d data/preprocessed/validation
  6. deps:
  7. - path: data/raw/annotations_trainval2017.zip
  8. md5: f4bbac642086de4f52a3fdda2de5fa2c
  9. size: 252907541
  10. - path: data/raw/val2017.zip
  11. md5: 442b8da7639aecaf257c1dceb8ba8c80
  12. size: 815585330
  13. outs:
  14. - path: data/preprocessed/validation/annotations
  15. md5: 27aef8a978a6cddfd116e223a9350d9c.dir
  16. size: 28920641
  17. nfiles: 5000
  18. - path: data/preprocessed/validation/images
  19. md5: a0173f60761f977a5afe88aa2d75acb6.dir
  20. size: 814705164
  21. nfiles: 5000
  22. extract_train_data:
  23. cmd: python src/extract.py annotations-and-pictures data/raw/train2017.zip data/raw/annotations_trainval2017.zip
  24. instances_train2017.json -d data/preprocessed/train
  25. deps:
  26. - path: data/raw/annotations_trainval2017.zip
  27. md5: f4bbac642086de4f52a3fdda2de5fa2c
  28. size: 252907541
  29. - path: data/raw/train2017.zip
  30. md5: cced6f7f71b7629ddf16f17bbcfab6b2
  31. size: 19336861798
  32. outs:
  33. - path: data/preprocessed/train/annotations
  34. md5: 5355f54cfc15b9e78a8c3ed76765089b.dir
  35. size: 680223731
  36. nfiles: 118287
  37. - path: data/preprocessed/train/images
  38. md5: 107409cf0f5a123bade82b25cbfa38b8.dir
  39. size: 19314466396
  40. nfiles: 118287
  41. extract_test_data:
  42. cmd: python src/extract.py all-pictures data/raw/test2017.zip -d data/preprocessed/test/images
  43. deps:
  44. - path: data/raw/test2017.zip
  45. md5: 77ad2c53ac5d0aea611d422c0938fb35
  46. size: 6646970404
  47. outs:
  48. - path: data/preprocessed/test/images
  49. md5: 8f9ff1b68ed6db106b1f5445beee6838.dir
  50. size: 6639558748
  51. nfiles: 40670
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...