Questions tagged [artifacts]

mostly used in terms of computer graphics artifacts are unwanted bugs in rendered output

in terms of computer graphics artifacts are unwanted bugs in rendering output

  • usually caused by rounding errors of float values
  • or by overflows/underflows of integer values

Most usual are:

  • invalid pixel color for some pixels
  • choppyness (pixelation) of image (like very low quality JPG)
  • holes in geometry (related to Z-Buffer accuracy)

Artifacts are not bound to graphics only

  • for example high order polynomial computations can also have artifacts inside
  • causing invalid results while using them if precision is too low
506 questions
-1
votes
1 answer

Zip file empty when downloading from Azure Devops pipeline

I am trying to download pipeline artifacts from an Azure Devops Pipeline. The artifacts are zip files. I have been referencing this post, https://andrewlock.net/downloading-artifacts-from-azure-devops-using-dotnet/ and am nearly there. Problem is,…
j3270
  • 1
  • 2
-1
votes
1 answer

HardhatError: HH700: Artifact for contract "mood" not found

PS E:\Block Chain Projects\SET OOD> npx hardhat run --network Goerli deploy.js npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead. HardhatError: HH700: Artifact for contract "mood" not found. at…
-1
votes
1 answer

Marytts export voice to executable jar

I am currently trying to use marytts in my project. Now I am trying to export my project to an executable jar file. The problem is I always get this error: java.lang.IllegalArgumentException: No such voice: bits3-hsmm In IntelliJ everything works…
Nicostisch
  • 13
  • 1
  • 3
-1
votes
1 answer

for yml file in gitlab, what does the artifact: stand for in that file? especially, why does it need a path for the artifact?

Why do we need to provide the path to the artifacts and the naming of executable after it finish building? I tried to look up on gitlab's official documentation, which I still not quite understand, could anyone please describes it in a simpler…
-1
votes
2 answers

c++/OpenGL/GLSL, textures with "random" artifacts

Would like to know if someone has experienced this and knows the reason. I'm getting these strange artifacts after using "texture arrays" https://i.stack.imgur.com/7WUZR.png (My gpu is AMD R9 270) ninja edit deleted the rest of the post for…
Pedro David
  • 377
  • 3
  • 11
-1
votes
1 answer

Artifacts rendering high-poly procedural meshes with OpenGL

I am having some issues when rendering some procedural generated meshes. There are some really wierd artifacts when rendering high-poly count meshes (not that much actualy). I have been able to isolate the problem, but I have no idea why this is…
Filipe Scur
  • 133
  • 1
  • 9
-2
votes
1 answer

How to download artifacts from CircleCI via Powershell command Invoke-RESTMethod

I'm trying to get artifacts from CircleCI in Powershell and getting back an unfamiliar data format? Powershell likes to auto-convert your API’s JSON response to a PSCustomObject. This normally would be what I want. Here is an example of my attempts…
Stephen Lester
  • 348
  • 3
  • 16
-2
votes
1 answer

Artifacts on edges from tesselation control points

The first image shows the artifact up close: and the second shows it in context (see the lower right): The mesh is built from a grid of n x n vertices, which are triangulated to form the mesh. The vertices are separated by 1/n units. It looks like…
user1832287
  • 329
  • 3
  • 11
-2
votes
1 answer

OpenGL - Very strange artifacts.. Only happens when there is a lot of instances of the same type of object

So basicly I am creating a 2D game. I am using VBOs and GLSL Shaders. Now what I do is that every texture I load, I create a VBO for it, so every drawable object that uses that texture it's elements will be inserted into that VBO. So a while ago I…
Amit Assaraf
  • 512
  • 11
  • 34
-3
votes
1 answer

Artifacts for ASP.NET MVC project in GITLAB

I have a asp.net mvc project, which is already there in GitLab repository. I have configured a specific windows runner for my project. I have installed visual studio in the runner machine. Now I am able to build my code whenever pipeline runs. I…
-4
votes
2 answers

Remove letter artifacts from mammography image

I want to remove the letter artifacts "L:CC and Strin" from breast mammography using python. How could I get that done? this is my image
1 2 3
33
34