dani2112 commited on
Commit
5766c54
1 Parent(s): 997e6da
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +3 -0
  2. Dockerfile +13 -0
  3. df.json +3 -0
  4. image/00017b0dd06aab97.jpg +0 -0
  5. image/0002f5b84a708bd3.jpg +0 -0
  6. image/0009e57c20c24d4a.jpg +0 -0
  7. image/000aee0af66d4237.jpg +0 -0
  8. image/000d3c1733354f93.jpg +0 -0
  9. image/00101a0160a05d31.jpg +0 -0
  10. image/001172cb8dbdb0d6.jpg +0 -0
  11. image/00159194721ec49f.jpg +0 -0
  12. image/0015df57518d6a1b.jpg +0 -0
  13. image/00164cfbc5281399.jpg +0 -0
  14. image/001728517dee2b35.jpg +0 -0
  15. image/001b3933d63541b0.jpg +0 -0
  16. image/001cddbffb428689.jpg +0 -0
  17. image/001f47da19e35f77.jpg +0 -0
  18. image/001f7777f3774a89.jpg +0 -0
  19. image/0031d1537b2e3dd6.jpg +0 -0
  20. image/00341c3c5825fc7e.jpg +0 -0
  21. image/0035d8640e44585b.jpg +0 -0
  22. image/00384a0a1ee105bf.jpg +0 -0
  23. image/003be557ebbb9e8c.jpg +0 -0
  24. image/004be96d7985d83e.jpg +0 -0
  25. image/004e21eb2e686f40.jpg +0 -0
  26. image/004e8f8aa9860565.jpg +0 -0
  27. image/004f5802fa13c453.jpg +0 -0
  28. image/00526a5fa21fe550.jpg +0 -0
  29. image/005411366689cf10.jpg +0 -0
  30. image/00568c421d1592fa.jpg +0 -0
  31. image/00579bcd56d81317.jpg +0 -0
  32. image/00588ba23cb16ba6.jpg +0 -0
  33. image/00614fb818b6d5eb.jpg +0 -0
  34. image/006aa68cd4fb9c37.jpg +0 -0
  35. image/006e0a3d99d16d60.jpg +0 -0
  36. image/0077193aadfb49db.jpg +0 -0
  37. image/007a0bec00a90a66.jpg +0 -0
  38. image/007c29242dfb1d15.jpg +0 -0
  39. image/007ec56b6529e036.jpg +0 -0
  40. image/007f9091b4afffe4.jpg +0 -0
  41. image/00881627629888f6.jpg +0 -0
  42. image/0089bfef9d4f475b.jpg +0 -0
  43. image/00905124247b05bb.jpg +0 -0
  44. image/0090f5330504b90d.jpg +0 -0
  45. image/009218ad38ab2010.jpg +0 -0
  46. image/009b02d58c46ed73.jpg +0 -0
  47. image/00a1793cb6e0f50a.jpg +0 -0
  48. image/00a6a3f60c5bfb36.jpg +0 -0
  49. image/00ac03de349a3c5b.jpg +0 -0
  50. image/00add28db65b8413.jpg +0 -0
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ df.json filter=lfs diff=lfs merge=lfs -text
37
+ issues.json filter=lfs diff=lfs merge=lfs -text
38
+ image/ filter=lfs diff=lfs merge=lfs -text
Dockerfile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM python:3.9
2
+
3
+ WORKDIR /code
4
+ ENV HOME=/code
5
+
6
+ RUN pip install pip -U
7
+
8
+ RUN pip install renumics-spotlight==1.3.0
9
+
10
+ COPY . .
11
+ COPY image/ .
12
+ RUN chmod -R 777 /code
13
+ CMD ["python", "run.py"]
df.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68065276e1e2ce4d5c3f99ac6dca69bc614215b68039b01f2c9e994cc5437ecd
3
+ size 70820623
image/00017b0dd06aab97.jpg ADDED
image/0002f5b84a708bd3.jpg ADDED
image/0009e57c20c24d4a.jpg ADDED
image/000aee0af66d4237.jpg ADDED
image/000d3c1733354f93.jpg ADDED
image/00101a0160a05d31.jpg ADDED
image/001172cb8dbdb0d6.jpg ADDED
image/00159194721ec49f.jpg ADDED
image/0015df57518d6a1b.jpg ADDED
image/00164cfbc5281399.jpg ADDED
image/001728517dee2b35.jpg ADDED
image/001b3933d63541b0.jpg ADDED
image/001cddbffb428689.jpg ADDED
image/001f47da19e35f77.jpg ADDED
image/001f7777f3774a89.jpg ADDED
image/0031d1537b2e3dd6.jpg ADDED
image/00341c3c5825fc7e.jpg ADDED
image/0035d8640e44585b.jpg ADDED
image/00384a0a1ee105bf.jpg ADDED
image/003be557ebbb9e8c.jpg ADDED
image/004be96d7985d83e.jpg ADDED
image/004e21eb2e686f40.jpg ADDED
image/004e8f8aa9860565.jpg ADDED
image/004f5802fa13c453.jpg ADDED
image/00526a5fa21fe550.jpg ADDED
image/005411366689cf10.jpg ADDED
image/00568c421d1592fa.jpg ADDED
image/00579bcd56d81317.jpg ADDED
image/00588ba23cb16ba6.jpg ADDED
image/00614fb818b6d5eb.jpg ADDED
image/006aa68cd4fb9c37.jpg ADDED
image/006e0a3d99d16d60.jpg ADDED
image/0077193aadfb49db.jpg ADDED
image/007a0bec00a90a66.jpg ADDED
image/007c29242dfb1d15.jpg ADDED
image/007ec56b6529e036.jpg ADDED
image/007f9091b4afffe4.jpg ADDED
image/00881627629888f6.jpg ADDED
image/0089bfef9d4f475b.jpg ADDED
image/00905124247b05bb.jpg ADDED
image/0090f5330504b90d.jpg ADDED
image/009218ad38ab2010.jpg ADDED
image/009b02d58c46ed73.jpg ADDED
image/00a1793cb6e0f50a.jpg ADDED
image/00a6a3f60c5bfb36.jpg ADDED
image/00ac03de349a3c5b.jpg ADDED
image/00add28db65b8413.jpg ADDED