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
446 questions
-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…
-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
3 answers

Business Analyst role when working with a sponsor

We as a Business Analyst when working with a sponsor what artifacts do we share. What artifacts would help a sponsor better understand the project. I have a meeting in a week with my project sponsor just wanted to be prepared.
-1
votes
1 answer

How to change groupId picture in maven repository

Is there any way how to change default picture on my maven artifacts next to groupId ?
To Kra
  • 2,678
  • 2
  • 30
  • 42
-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" http://i.imgur.com/ZfLYmQB.png (My gpu is AMD R9 270) ninja edit deleted the rest of the post for readability…
Pedro David
  • 367
  • 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
  • 180
  • 2
  • 14
-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
  • 199
  • 2
  • 10
-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
  • 492
  • 11
  • 28
-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
29
30