Amar Saini commited on
Commit
6fe81b4
·
1 Parent(s): a57a8fb
Files changed (2) hide show
  1. .gitattributes +4 -0
  2. README.md +72 -3
.gitattributes CHANGED
@@ -57,3 +57,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ # Other custom files
61
+ *.pdf filter=lfs diff=lfs merge=lfs -text
62
+ *.ipynb filter=lfs diff=lfs merge=lfs -text
63
+ *.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,72 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - depth-estimation
5
+ - image-feature-extraction
6
+ - image-to-video
7
+ - mask-generation
8
+ - object-detection
9
+ - zero-shot-object-detection
10
+ tags:
11
+ - image
12
+ - video
13
+ - Multicamera
14
+ - Video Object Segmentation
15
+ - Promptable Segmentation
16
+ - Amodal Segmentation
17
+ - Amodal Content
18
+ - Amodal Object Representations
19
+ - Object Retrieval
20
+ language:
21
+ - en
22
+ pretty_name: LLNL 2025 Data Science Challenge
23
+ size_categories:
24
+ - 1M<n<10M
25
+ viewer: false
26
+ ---
27
+
28
+ **This work was performed under the auspices of the U.S. Department of Energy by Lawrence Livermore National Laboratory under Contract DE-AC52-07NA27344.**
29
+
30
+ ---
31
+
32
+ # Data Science Challenge 2025
33
+
34
+ <div align="center">
35
+
36
+ [![Alt Text](ex_vis.png)](https://huggingface.co/datasets/Amar-S/MOVi-MC-AC)
37
+
38
+ **Full Dataset Release:** [**MOVi-MC-AC**](https://huggingface.co/datasets/Amar-S/MOVi-MC-AC)
39
+
40
+ </div>
41
+
42
+ ---
43
+
44
+ Welcome to the **2025 Lawrence Livermore National Laboratory Data Science Challenge!**
45
+
46
+ Be sure to `git-lfs install` before cloning the repo, otherwise the large files (managed by LFS) won't be cloned properly!
47
+
48
+ ```
49
+ git-lfs install
50
+ git clone https://lc.llnl.gov/gitlab/saini5/dsc_2025.git
51
+ ```
52
+
53
+ Launch Presentation consists of:
54
+ - (1) High-Level overview **(Short Slidedeck)** of current state-of-the-art methods for a variety of tasks
55
+ - (2) High-Level overview **(Dataset Card)** of MOVi-MC-AC
56
+ - (3) High-Level overview of **(OneDrive Folder)** of DSC Target Dataset: <u>**Robotics Laboratory Pick and Place Dataset**</u>
57
+ - (4) Low-Level example **(Jupyter Notebook)** of using state-of-the-art methods (SAM2) on DSC Target Dataset
58
+ - (5) Low-Level overview **(Jupyter Notebook)** of MOVi-MC-AC + DSC Tasks
59
+
60
+ **This notebook serves as the technical introduction to LLNL's MOVi-MC-AC Dataset (last bullet above), covering**:
61
+ - (1) Introduction to Image Processing / Computer Vision
62
+ - (2) Example Baseline Experiment
63
+ - (3) DSC Challenge & Tasking
64
+ - **Task 1.1**: (Image-based) Modal Mask -> Amodal Mask
65
+ - **Task 1.2**: (Image-based) Modal Content (RGB) -> Amodal Content (RGB)
66
+ - **Task 2.1**: (Video-based) Modal Mask -> Amodal Mask
67
+ - **Task 2.2**: (Video-based) Modal Content (RGB) -> Amodal Content (RGB)
68
+ - **Transfer Test**: Apply Models on DSC Target Dataset:
69
+ - Gather Modal Masks from some SotA method (SAM2)
70
+ - Predict Amodal Masks, using Modal Masks
71
+ - **Bonus Task 3**: Create Modal Masks with SAM2
72
+ - **Bonus Task 4**: Re-ID of Objects