Spaces:
Running
Running
Checklist new line
Browse files
app.py
CHANGED
@@ -200,6 +200,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
200 |
<h3>🏗️ 1. Ensure that your detector code follows the DFD Arena detectors format.</h3>
|
201 |
|
202 |
The best way to guarantee compatibility is to develop and test your detector within a local copy of the [DFD Arena repository](https://github.com/BitMind-AI/dfd-arena/tree/main), with dependencies, detector file, and configs in relative locations similar to how we structured our implementations of UCF, NPR, and CAMO detectors.
|
|
|
203 |
**✅ Check list:**
|
204 |
- Your code should work with detector dependencies (architecture and training code) imported from a dependencies directory a level above the detector directory.
|
205 |
- e.g., `arena/detectors/deepfake_detectors/ucf_detector.py` relies on a dependency folder at `arena/detectors/UCF/`
|
|
|
200 |
<h3>🏗️ 1. Ensure that your detector code follows the DFD Arena detectors format.</h3>
|
201 |
|
202 |
The best way to guarantee compatibility is to develop and test your detector within a local copy of the [DFD Arena repository](https://github.com/BitMind-AI/dfd-arena/tree/main), with dependencies, detector file, and configs in relative locations similar to how we structured our implementations of UCF, NPR, and CAMO detectors.
|
203 |
+
|
204 |
**✅ Check list:**
|
205 |
- Your code should work with detector dependencies (architecture and training code) imported from a dependencies directory a level above the detector directory.
|
206 |
- e.g., `arena/detectors/deepfake_detectors/ucf_detector.py` relies on a dependency folder at `arena/detectors/UCF/`
|