Jeffrey Cochran
Jeffrey Cochran
If you're on Windows, you'll almost certainly need to install IIS. I had the same issue, and this fixed it. You can find a brief guide on installing it [here](https://www.howtogeek.com/112455/how-to-install-iis-8-on-windows-8/)....
I'm having this same issue with ultralytics=8.1.5. I have no reported corrupt data. It worked fine on my custom dataset before (4 classes, 640 size images...I'll have to boot up...
> @jeffrey-cochran it sounds like you're encountering a NaN loss issue with YOLOv8.1.5 on a dataset that previously worked. This could be due to several factors, such as changes in...
I figured out the source of the issue. The Abaqus parser doesn't support multiple node blocks as it's currently written. I might try to write a quick fix and make...
Okay I was able to fix it locally. I'll clone the latest repo and make a pull request
Also worth noting (if it's not stated anywhere else), that this abaqus parser should only really be used on so-called "flat" files for now. It's not set up to handle...
Side note: This pull request fixes issue #1440
I'm jumping through similar hoops...