kolessios on master
@dreamnet/app small improvement… (compare)
kolessios on master
@dreamnet/settings-loader (compare)
kolessios on master
Improvements to ESLint Configs. (compare)
dependabot[bot] on npm_and_yarn
Bump axios from 0.20.0 to 0.21.… (compare)
@kolessios, interesting. Where is the source code for this script you are working on?
We could reverse engineer the dataset to develop an algorithm that would effectively train - the current dataset.
It sounds like the deepnude source code that was originally published omitted the key tools necessary to improve the model in a significant manner
@RedDotLogan - this project, due to the backlash and issue of any centralized hosting, needs a censorship-resistant infrastructure.
I believe we could crowdsource the data from users. We would need to implement an infrastructure -likely using a domain hosted on a .onion url, to avoid censorship.
PGP keys and other general methods common on the darkweb could be used to assert the authenticity.
This process should be crowdsourced. There are many a happy coomer out there that could assist us.
Also, it's almost a necessity. Gathering this kind of data almost demands t.
at ChildProcess.<anonymous> (C:\Users\stano\Desktop\Nový priečinok (2)\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (D:\DreamTime-v1.5.9-windows-portable\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (E:\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (C:\Users\User\Downloads\DreamTime-v1.5.9-windows-portable\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (F:\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
change code:
if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")
change that to:
if core.PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")