This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| CoreML Depth Anything V2 - Real-time Webcam Demo | |
| Captures frames from webcam and runs real-time depth estimation using | |
| Apple's CoreML Depth Anything V2 model. Press 'q' to quit. | |
| Requirements: pip3 install opencv-python pillow numpy coremltools huggingface_hub | |
| Model: apple/coreml-depth-anything-v2-small | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ------------------------------------------------------------ | |
| // LivePlugin: Jetty HTTP Command Server (IDE control) – FULL VERSION | |
| // Writes its listening port to jetbrains_automation.port file in project root. | |
| // CORS fixed for browser HTML UI. | |
| // Now includes comprehensive run tabs API endpoints. | |
| // -- MODIFIED: 'Agent Terminal' is now its own bottom-aligned tool window. -- | |
| // ------------------------------------------------------------ | |
| // | |
| // ── Jetty & Jakarta Servlet JARs ── | |
| // add-to-classpath $HOME/.m2/repository/org/eclipse/jetty/jetty-server/11.0.15/jetty-server-11.0.15.jar |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PK | |