hyeongjun User commited on
Commit
2c83421
·
1 Parent(s): 8792786

Fix README metadata conflict markers

Browse files
Files changed (1) hide show
  1. README.md +2 -14
README.md CHANGED
@@ -1,15 +1,4 @@
1
  ---
2
- <<<<<<< HEAD
3
- title: Submission 2
4
- emoji: 📈
5
- colorFrom: pink
6
- colorTo: blue
7
- sdk: docker
8
- pinned: false
9
- ---
10
-
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
12
- =======
13
  license: apache-2.0
14
  sdk: docker
15
  ---
@@ -313,7 +302,7 @@ You are also free to build detectors with any other technologies and software st
313
 
314
  ## ManipDet submission (this repo)
315
 
316
- This submission uses the **ManipDet** detector (4-class + localization mask). To build and run locally:
317
 
318
  1. **Model assets**: Ensure `models/manipdet/` contains `checkpoint.pth`, `dinov3/` (cloned repo), and `dinov3_backbone.pth`. Either run `make download-manipdet` (requires git, torch, and optionally `MANIPDET_CHECKPOINT_REPO` for checkpoint), or copy your ManipDet checkpoint to `models/manipdet/checkpoint.pth` and run the download script once to populate DINOv3.
319
  2. **ManipDet code**: For local serve, set `MANIPDET_CODE_PATH` to the ManipDet directory (e.g. `../ManipDet` if running from this repo). The Makefile defaults to `../ManipDet` for `make serve`.
@@ -701,5 +690,4 @@ In the **Safety Case** section, you can:
701
 
702
  ## License
703
 
704
- Apache 2.0
705
- >>>>>>> d6465d6 (SAFE challenge ManipDet submission)
 
1
  ---
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  sdk: docker
4
  ---
 
302
 
303
  ## ManipDet submission (this repo)
304
 
305
+ This submission uses the **ManipDet** detector (4-class + localization mask). To build and run locally, follow the steps below. For **submitting via Hugging Face Space** (no local Docker), see **[HUGGINGFACE_SPACE.md](HUGGINGFACE_SPACE.md)**.
306
 
307
  1. **Model assets**: Ensure `models/manipdet/` contains `checkpoint.pth`, `dinov3/` (cloned repo), and `dinov3_backbone.pth`. Either run `make download-manipdet` (requires git, torch, and optionally `MANIPDET_CHECKPOINT_REPO` for checkpoint), or copy your ManipDet checkpoint to `models/manipdet/checkpoint.pth` and run the download script once to populate DINOv3.
308
  2. **ManipDet code**: For local serve, set `MANIPDET_CODE_PATH` to the ManipDet directory (e.g. `../ManipDet` if running from this repo). The Makefile defaults to `../ManipDet` for `make serve`.
 
690
 
691
  ## License
692
 
693
+ Apache 2.0