This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

ColormnetV2 Project
#2
Hello NASS,

  This is an interesting project, but please move your post in a dedicated thread under "Small Talk", and name it something like "ColormnetV2 Project".
  I strongly suggest you to add your project in github so that it will be easier contributing to your project.

  I tried to run your test, but to be able to run it I had to add at the beginning of file "nass.py" the following code:

from pathlib import Path
import sys

# Ensure local module is found
script_dir = Path(__file__).parent.resolve()
if str(script_dir) not in sys.path:
    sys.path.insert(0, str(script_dir))

   But, in any case I was unable to complete the test because the access is restricted for the project dinov3-vitb16-pretrain-lvd1689m

   I attach the result obtained using my current pipeline. 

   Respect to your version, the street is colored better but the colors of the girls crossing the street are faded/washed (a known issue with ColorMnet when coloring small people's faces), while yours are well colored. I think there's room for improvement, but since ColorMnet uses external projects (DINOv3 and XMem++), I suspect some of the problems you're seeing are actually those external projects (the main candidate for the street color is XMem++).

Dan


Attached Files
.zip   Test_havc5_dt-color.zip (Size: 5,39 MB / Downloads: 18)
Reply


Messages In This Thread
ColormnetV2 Project - by NASS - 10.04.2026, 00:27
RE: Deoldify Vapoursynth filter - by Dan64 - 10.04.2026, 09:51
RE: ColormnetV2 Project - by Selur - 10.04.2026, 10:32
RE: ColormnetV2 Project - by NASS - 10.04.2026, 12:06
RE: ColormnetV2 Project - by Dan64 - 10.04.2026, 16:58
RE: ColormnetV2 Project - by NASS - 10.04.2026, 18:48
RE: ColormnetV2 Project - by Dan64 - 11.04.2026, 10:15
RE: ColormnetV2 Project - by Dan64 - 11.04.2026, 12:14
RE: ColormnetV2 Project - by NASS - 11.04.2026, 12:39
RE: ColormnetV2 Project - by Dan64 - 11.04.2026, 16:09
RE: ColormnetV2 Project - by NASS - 11.04.2026, 16:40
RE: ColormnetV2 Project - by Dan64 - 11.04.2026, 17:31
RE: ColormnetV2 Project - by NASS - 11.04.2026, 18:44
RE: ColormnetV2 Project - by Dan64 - 15.04.2026, 11:03
RE: ColormnetV2 Project - by NASS - 16.04.2026, 19:34
RE: ColormnetV2 Project - by Dan64 - 16.04.2026, 21:52
RE: ColormnetV2 Project - by NASS - 16.04.2026, 22:21
RE: ColormnetV2 Project - by Dan64 - 19.04.2026, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)