-
Updated
Apr 2, 2020 - Python
computer-graphics
Here are 1,276 public repositories matching this topic...
-
Updated
Mar 26, 2020 - GLSL
-
Updated
Aug 13, 2019 - Lua
I want see the values while training, tf.log(predict_real + EPS) and tf.log(1 - predict_fake + EPS).
so, i'm add the code(#add code) in the main.
if should(a.progress_freq):
fetches["discrim_loss"] = model.discrim_loss
fetches["gen_loss_GAN"] = model.gen_loss_GAN
fetches["gen_loss_L1"] = model.gen_loss_L1
-
Updated
Apr 2, 2020 - HTML
According to scipy, scipy.misc.toimage()
toimage is deprecated! toimage is deprecated in SciPy 1.0.0, and will be removed in 1.2.0. Use Pillow’s Image.fromarray directly instead.
which is used on line 46 of utils/visualizer.py is now a deprecated function under the newest scipy version. As a result this co
-
Updated
Jan 25, 2019 - Python
-
Updated
Mar 22, 2020 - C++
Can you please provide the correct definition of what the 'fitness' in registration is? To be consistent with the code implementation.
in the docs:
"property fitness
The overlapping area (# of inlier correspondences / # of points in target). Higher is better."
http://www.open3d.org/docs/release/python_api/open3d.registration.RegistrationResult.html
http://www.open3d.org/docs/release
-
Updated
Jan 30, 2019 - C++
-
Updated
Jul 19, 2019 - C
Excellent tutorial. It would be instructive to highlight the importance of the order the vertices are declared in, and that they correspond to the winding order used for front-faced culling. I had unknowingly swapped the last two vertices as I typed them in, which caused the triangl
-
Updated
Feb 6, 2020
-
Updated
Feb 20, 2019 - C++
Yes, I'm that bored :)
Some of the quoted text in the TeX documentation uses "" rather than ``''. I've done a pass at changing this and will submit a PR.
Update documentation
Now that enough changes have been made, we should update the documentation.
- work with VSCode
- readme
- math
- shape
- image
- trace
- scene
- ply
- obj
- pbrt
-
Updated
Dec 30, 2019 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Apr 2, 2020 - NASL
Hello.
I often use python api documentation.
And I noticed that the descriptions of the accepted parameters of the classes were gone.
You have to look for these parameters in the source code in the src\python\ folder.
It is advisable to make sure that there is no need to look for information in the source code.
For all Python API information to be available here:
https://fluidenginedevel
There is a workaround for getting the FLIP Fluid cache to work on a render farm, but there is no documentation for this at the moment.
Notes:
- Cache must be exported to Alembic
- For whitewater particles to render, you must use [dupliverts](https://docs.blender.
-
Updated
Sep 10, 2019 - C
-
Updated
Feb 17, 2018 - Lua
In the documentation, the sentence A trait representing an affine transformation that can be applied to points or vectors. An affine transformation is one which is cut off. I'm not sure how it's meant to end and don't know enough about what an affine transformation is to fix it, but thought I'd point it out
-
Updated
Mar 13, 2020 - C
-
Updated
Apr 3, 2020
We should make sure all appropriate MaterialX attributes are added as OSL parameter metadata. For example docs/help, min/max values etc.
In addition we should implement support for adding in custom attributes as shader or parameter metadata. Possibly configurable by setting a list of the corresponding attribute names on the generator before generation.
Hi,
These bindings seem to be missing the two constants gl::LUMINANCE and gl::LUMINANCE_ALPHA.
I'm finding no reference to them on the docs.rs page and they don't seem to be working in my project.
From what I can tell, these constants have been in OpenGL since at least OpenGL 1.1, so I doubt it's a version problem.
Have a nice day !
-
Updated
Dec 6, 2018 - C
Improve this page
Add a description, image, and links to the computer-graphics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the computer-graphics topic, visit your repo's landing page and select "manage topics."
In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be