Giter Club home page Giter Club logo

bridge's Introduction

:)(:):():(:)(:

bridge's People

Contributors

ayushexel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

techthiyanes

bridge's Issues

test 2

On completion of training with MLflow logger enabled, the following exception is raised:

MlflowException: Invalid artifact path: '[/Shared/YOLOv8](https://file+.vscode-resource.vscode-cdn.net/Shared/YOLOv8)'. 

Names may be treated as files in certain cases, and must not resolve to other names when treated as such. 

This name would resolve to '[/Shared/YOLOv8](https://file+.vscode-resource.vscode-cdn.net/Shared/YOLOv8)

This arrises as logging artefacts attempts to write to '/Shared/YOLOv8', set below

experiment_name = trainer.args.project or '/Shared/YOLOv8'

Suggest using an alternative to '/Shared/YOLOv8'

Environment

Any

Minimal Reproducible Example

It is necessary to set a valid MLflow instance url and run model.train

os.environ["MLFLOW_TRACKING_URI"] = "https://dev-mlflow.bla.com/"

Additional

No response

Are you willing to submit a PR?

test issue 1

I'm trying Yolov8 with screen capture but it doesn't seem to work. I'm using the win32gui.GetDesktopWindow() to get the screenshot

Here my code

   self.model = YOLO('yolov8n.pt')
    frame = wincap.getScreenshot(detection_box)
    results = self.model(frame)
    print(results)

Here is what the output looks like.

[Ultralytics YOLO <class 'ultralytics.yolo.engine.results.Results'> instance
Ultralytics YOLO <class 'ultralytics.yolo.engine.results.Boxes'> masks
type: <class 'torch.Tensor'>
shape: torch.Size([0, 6])
dtype: torch.float32
original size: (270, 480)
]
When I try

print(results.boxes) or print(results.masks)
I get this error

AttributeError: 'list' object has no attribute 'boxes'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.