• Как правильно настроить нейросеть для выделения харктерных точек?

    @Andrei1penguin1 Автор вопроса
    Ну на нейронку я изображение могу в любом виде подать, хоть в обработанном, хоть оригиналом, как будет лучше?
    Потому что на классификаторы более адекватным решением будет подача ч/б изображения (или хотя бы в градациях серого), а желательно не само изображение, а его дескриптор
    А вот на CNN, я недавно читал, пишут, что лучше подавать цветные необработанные изображения

    Касательно точек, получается, моя задача подать на вход CNN изображения, показать нейронке, что на выходе я хочу массив из 70 элементов, и затем после обучения, работать с ней следующим образом:
    Подать на вход изображение, получить массив из 70 координат точек, а затем просто построить эти точки на нужных координатах?
  • Как декомпилировать apk в py?

    @Andrei1penguin1 Автор вопроса
    А как apk распаковать?
    У меня получилось просто декомпилировать файл, как java-приложение, но хотелось бы именно python-код, если это возможно
  • Как декомпилировать apk в py?

    @Andrei1penguin1 Автор вопроса
    А, не не увидел ссылку, но в любом случае я видел этот способ
    Проблема в том, что нужен файл не apk, а pyc, созданный при помощи pycompile
  • Как декомпилировать apk в py?

    @Andrei1penguin1 Автор вопроса
    Каким образом?
  • Как пересобрать python на mingw?

    @Andrei1penguin1 Автор вопроса
    Мне не очень удобно, но я недавно, буквально вчера переустанавливал mingw, и видимо до этого момента он у меня был 32-битный, а поставил я 64-битный, ну а в тот момент я возился с запуском хоть чего-то из vs и толком не проверил компиляцию с новым mingw из консоли
    Сейчас хотел получить ошибку, а в итоге все скомпилилось)
    Получается, вы правы, и дело действительно было в различной разрядности компилятора и python
  • Как пересобрать python на mingw?

    @Andrei1penguin1 Автор вопроса
    Проверил разрядность, windows 64, gcc:
    gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
    Copyright (C) 2018 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    python тоже 64-разрядный
    Видимо проблема не в этом
  • Как пересобрать python на mingw?

    @Andrei1penguin1 Автор вопроса
    Решение проблемы не бывает неправильным, оно бывает не самым лучшим
    Результат зачастую важнее процесса
  • Как пересобрать python на mingw?

    @Andrei1penguin1 Автор вопроса
    shurshur, нашел, в противном случае вылезла бы ошибка
  • Как пересобрать python на mingw?

    @Andrei1penguin1 Автор вопроса
    Dr. Bacon, подобные комменты от вас я слышал под каждой своей проблемой, каждая из которых уже решена
    Не нужно пытаться деморализовывать будущего бога, это бесполезно;)
  • Как пересобрать python на mingw?

    @Andrei1penguin1 Автор вопроса
    devdb, не знаю, у меня винда последняя, так что думаю дело в разных компиляторах
  • Почему не запускается код в visual studio?

    @Andrei1penguin1 Автор вопроса
    mingw установил и в path включил, возможно в vs как-то не так подключил
    Действую по инструкции с официального сайта: https://code.visualstudio.com/docs/cpp/config-mingw
    После подпункта "Build helloworld.cpp" возникает проблема:
    При открытии терминала и попытки сборки дефолтного файла конфигурации "Terminal > > Configure Default Build Task" не происходит ровным счетом ничего
  • Почему не запускается код в visual studio?

    @Andrei1penguin1 Автор вопроса
    #include <stdio.h>
    //#include <Python.h>
    
    int main() {
      printf("hello world");
      //Py_Initialize();
      //PyRun_SimpleString("print('Hello!')");
      //Py_Finalize();
    }
  • Почему вылезает ошибка при компиляции?

    @Andrei1penguin1 Автор вопроса
    Не уверен, что это то, так как файл зашифрован, но часть остается видимой, вот кусок строки, содержащий Py_Initialize:
    Py_Initialize __imp_Py_Initialize Py_InitializeEx __imp_Py_InitializeEx Py_InitializeFromConfig __imp_Py_InitializeFromConfig _Py_InitializeMain
    Могу скинуть файл полностью
  • Почему вылезает ошибка при компиляции?

    @Andrei1penguin1 Автор вопроса
    Я поменял команду, но видимо подключение python39 из C:\Python39\libs не работает
  • Почему вылезает ошибка при компиляции?

    @Andrei1penguin1 Автор вопроса
    Но при подключении site-packages\cffi\_embedding.h ничего не происходит
  • Почему вылезает ошибка при компиляции?

    @Andrei1penguin1 Автор вопроса
    Click Next to continue or Cancel to exit the Setup Wizard. Don't know Python's installation type Strange \ python%d%d.dll Python Version %d.%d Cannot install No Python installation found in the registry. Python version %s required, which was not found in the registry. Python %s is required for this package. Select installation to use: Software\Python\PythonCore\%s\InstallPath Python Version %s (found in registry) Software\Python\PythonCore Compiling files to .pyo... Loading python... Compiling files to .pyc... Failed to unzip installation files Installing files... Running pre-installation script Ready to install Click Next to begin the installation of %s. If you want to review or change any of your installation settings, click Back. Click Cancel to exit the wizard. Py_OptimizeFlag PySys_GetObject PyRun_SimpleString Py_Finalize Py_SetProgramName Py_Initialize %s%c import py_compile; py_compile.compile (r'%s') SOFTWARE\Python\PythonCore\%d.%d\InstallPath PYTHONHOME=%s Out of memory! rb Running the pre-installation script failed
    distutils\command\wininst-8.0.exe: Py_Finalize PyRun_SimpleString PySys_SetArgv Py_Initialize PyErr_Print Py_SetProgramName Out of memory! rb Running the pre-installation script failed
    distutils\command\wininst-9.0-amd64.exe: Py_Finalize PyRun_SimpleString PySys_SetArgv Py_Initialize *** Could not load Python *** PyErr_Print Py_SetProgramName Out of memory! Running the pre-installation script failed
    distutils\command\wininst-9.0.exe: Py_Finalize PyRun_SimpleString PySys_SetArgv Py_Initialize *** Could not load Python *** PyErr_Print Py_SetProgramName Out of memory! Running the pre-installation script failed
    site-packages\cffi\_embedding.h:static void _cffi_py_initialize(void)
    site-packages\cffi\_embedding.h: Py_InitializeEx(0);
    site-packages\cffi\_embedding.h: around the Py_InitializeEx() call. However, after recent changes
    site-packages\cffi\_embedding.h: This initializes Python by calling Py_InitializeEx().
    site-packages\cffi\_embedding.h: /* call Py_InitializeEx() */
    site-packages\cffi\_embedding.h: _cffi_py_initialize();
    site-packages\cffi\_embedding.h: autoTLSkey by _PyGILState_Init() called from Py_Initialize(). */
    site-packages\cffi\_embedding.h: PyEval_InitThreads() (possibly with Py_InitializeEx() first).
    site-packages\cffi\_embedding.h: * then we grab the GIL and (Python 2) we call Py_InitializeEx().
    site-packages\cffi\_embedding.h: At this point, concurrent calls to Py_InitializeEx() are not
  • Почему вылезает ошибка при компиляции?

    @Andrei1penguin1 Автор вопроса
    Команда findstr /s /i Py_Initialize *.*, запущенная из C:\Python39\Lib
    Выдает вот это:
    distutils\command\wininst-10.0-amd64.exe: Py_Finalize PyRun_SimpleString PySys_SetArgv Py_Initialize *** Could not load Python *** PyErr_Print Py_SetProgramName Out of memory! Running the pre-installation script failed
    distutils\command\wininst-10.0.exe: Py_Finalize PyRun_SimpleString PySys_SetArgv Py_Initialize *** Could not load Python *** PyErr_Print Py_SetProgramName Out of memory! Running the pre-installation script failed
    distutils\command\wininst-14.0-amd64.exe:&sЁ?√↕yЬ╡jЁ?№йё╥MbЁ?ЖurаюYЁ?♦4╫ўЧQЁ?┼d▬╠IIЁ?►♦A►♦AЁ?№GВ╖╞8Ё?→^▼╡С0Ё?щ)w№d(Ё♦☻Б@ Ё?7zQ6$↑Ё?►►►►►►Ё?А ☺Ё? Ё? logf log10f log log10 ¶ рй@☺ ↔ фй@☺ → и@☺ ← ♦и@☺ ▼ шй@☺ ‼ Ёй@☺ ! °й@☺ к@☺ ☼ ►к@☺ ► ↑к@☺ ♣ к@☺ ▲ (к@☺ ↕ ,к@☺ 0к@☺ ♀ 4к@☺ ♂ <к@☺ § Dк@☺ ∟ Lк@☺ ↓ Tк@☺ ◄ \к@☺ ↑ dк@☺ ▬ lк@☺ ↨ tк@☺ " |к@☺ # Ак@☺ $ Дк@☺ % Ик@☺ & Рк@☺ exp pow sinh cosh tanh asin acos atan atan2 sqrt sin cos tan ceil floor fabs modf ldexp _cabs _hypot fmod frexp _y0 _y1 _yn _logb _nextafter А А Ё⌂ °       я⌂ ► Аая@☺ ╚╝♠@☺ CreateDirectory (%s) CreateFile (%s) CreateFileMapping (%s) MapViewOfFile (%s) 1.2.8 inflateInit2 returns %d inflate returns %d inflateEnd returns %d \ PURELIB PLATLIB HEADERS SCRIPTS Scripts\ DATA Lib\site-packages\ Installation failed. import py_compile; py_compile.compile (r'%s') %s%c Py_Initialize Py_SetProgramName Py_Finalize PyRun_SimpleString PySys_GetObject Py_OptimizeFlag CSIDL_COMMON_STARTMENU CSIDL_STARTMENU CSIDL_APPDATA CSIDL_COMMON_DESKTOPDIRECTORY CSIDL_DESKTOPDIRECTORY CSIDL_COMMON_STARTUP CSIDL_STARTUP CSIDL_COMMON_PROGRAMS CSIDL_PROGRAMS CSIDL_FONTS s shell32.dll function not available SHGetSpecialFolderPathA no such folder (%s) unknown CSIDL (%s) CoInitialize failed, error 0x%x sss|sssi CoCreateInstance failed, error 0x%x QueryInterface(IPersistFile) error 0x%x SetPath() failed, error 0x%x SetDescription() failed, error 0x%x SetArguments() error 0x%x SetIconLocation() error 0x%x SetWorkingDirectory() error 0x%x Failed to create shortcut '%s' - error 0x%x ssi i create_shortcut get_special_folder_path get_root_hkey file_created directory_created message_box PYTHONHOME=%s SOFTWARE\Python\PythonCore\%d.%d%s\InstallPath PyImport_ImportModule PyObject_SetAttrString PyObject_GetAttrString PyCFunction_New Py_BuildValue PyArg_ParseTuple PyErr_Format PyLong_FromVoidPtr builtins ValueError OSError PySys_SetArgv Could not open postinstall-script %s
    distutils\command\wininst-14.0.exe:╨?⌂%S#[k▼= ш√7АH╨?╞↕╣╣Уj←= и!V1З╨?оє┐}┌a2= ╕j↔q╞╨?2┴0НJщ5= и╥═┘ ╨?АЭёЎ♫5▬= x┬╛/@╤?Л║"B <1= Рi↓Чz╤?Щ\-!yЄ!= Xм0z╡╤?~Д b>╧== ╕:§█Ё╤?▀♫♀#.X'= HBO♫&╥?∙▼д(►~§= x◄жbb╥?↕↓♀.→░↕= ╪C└qШ╥?y7Юмi9+= А♂v┴╒╥?☼╛▐ъ:= 0╗з│♀╙?2╪╢↓ЩТ8= xЯP‼D╙?X│↕▼1я▼= └█? └█? Q█? Q█? Ёш┌? Ёш┌? рА┌? рА┌? └▼┌? └▼┌? а╛┘? а╛┘? А]┘? А]┘? P♥┘? P♥┘? й╪? й╪? рU╪? рU╪? ( ╫? ( ╫? `п╫? `п╫? Ш_╫? Ш_╫? ╨☼╫? ╨☼╫? А├╓? А├╓? иz╓? иz╓? ╨1╓? ╨1╓? pь╒? pь╒? ►з╒? ►з╒? (e╒? (e╒? @#╒? @#╒? ╨ф╘? ╨ф╘? `ж╘? `ж╘? hk╘? hk╘? °,╘? °,╘? xї╙? xї╙? А║╙? А║╙? Г╙? Г╙? °N╙? °N╙? x↨╙? x↨╙? pу╥? pу╥? р▓╥? р▓╥? ╪~╥? ╪~╥? HN╥? HN╥? ╕↔╥? ╕↔╥? аЁ╤? аЁ╤? И├╤? И├╤? pЦ╤? pЦ╤? Xi╤? Xi╤? ╕?╤? ╕?╤? а↕╤? а↕╤? щ╨? щ╨? ╪┬╨? ╪┬╨? 8Щ╨? 8Щ╨? ►s╨? ►s╨? pI╨? pI╨? └&╨? └&╨? Ш ╨? Ш ╨? р┤╧? р┤╧? Аo╧? Аo╧? *╧? *╧? └ф╬? └ф╬? `Я╬? `Я╬? Z╬? Z╬? Р←╬? Р←╬? 0╓═? 0╓═? └Ч═? └Ч═? PY═? PY═? р→═? р→═? `у╠? `у╠? Ёд╠? Ёд╠? pm╠? pm╠? /╠? /╠? Аў╦? Аў╦? └╦? └╦? р?tanh atan atan2 sin cos tan ceil floor fabs modf ldexp _cabs _hypot fmod frexp _y0 _y1 _yn _logb _nextafter ¶ ▄OF ↔ ьOF ☼ @XF ► HXF ♣ ЇOF ▲ PXF ↕ TXF XXF ♀ \XF ♂ dXF § lXF ∟ tXF ↓ |XF ◄ ДXF ↑ МXF ▬ ФXF ↨ ЬXF " дXF # иXF $ мXF % ░XF & ╕XF sinh cosh Ё⌂ °       я⌂ ► А ☺ ♥ ☼ ▼ ? ⌂    ☺ ♥  ☼ ▼ ? ⌂ ☺ ☻ ♥ ☺ ♥ ☼ ▼ ? ⌂    ☺ ♥  ☼ ▼ ? ⌂ ☺ ╪ЫF МiE CreateDirectory (%s) CreateFile (%s) CreateFileMapping (%s) MapViewOfFile (%s) 1.2.8 inflateInit2 returns %d inflate returns %d inflateEnd returns %d \ -32 PURELIB PLATLIB HEADERS SCRIPTS Scripts\ DATA Lib\site-packages\ Installation failed. import py_compile; py_compile.compile (r'%s') %s%c Py_Initialize Py_SetProgramName Py_Finalize PyRun_SimpleString PySys_GetObject Py_OptimizeFlag CSIDL_COMMON_STARTMENU CSIDL_STARTMENU CSIDL_APPDATA CSIDL_COMMON_DESKTOPDIRECTORY CSIDL_DESKTOPDIRECTORY CSIDL_COMMON_STARTUP CSIDL_STARTUP CSIDL_COMMON_PROGRAMS CSIDL_PROGRAMS CSIDL_FONTS s shell32.dll function not available SHGetSpecialFolderPathA no such folder (%s) unknown CSIDL (%s) CoInitialize failed, error 0x%x sss|sssi CoCreateInstance failed, error 0x%x QueryInterface(IPersistFile) error 0x%x SetPath() failed, error 0x%x SetDescription() failed, error 0x%x SetArguments() error 0x%x SetIconLocation() error 0x%x SetWorkingDirectory() error 0x%x Failed to create shortcut '%s' - error 0x%x ssi i create_shortcut get_special_folder_path get_root_hkey file_created directory_created message_box PYTHONHOME=%s SOFTWARE\Python\PythonCore\%d.%d%s\InstallPath PyImport_ImportModule PyObject_SetAttrString PyObject_GetAttrString PyCFunction_New Py_BuildValue PyArg_ParseTuple PyErr_Format PyLong_FromVoidPtr builtins ValueError OSError PySys_SetArgv Could not open postinstall-script %s
    distutils\command\wininst-6.0.exe: Runtime Error Times Roman This Wizard will install %s on your computer. Click Next to continue or Cancel to exit the Setup Wizard. Don't know Python's installation type Strange \ python%d%d.dll Python Version %d.%d Cannot install No Python installation found in the registry. Python version %s required, which was not found in the registry. Python %s is required for this package. Select installation to use: Software\Python\PythonCore\%s\InstallPath Python Version %s (found in registry) Software\Python\PythonCore Compiling files to .pyo... Loading python... Compiling files to .pyc... Failed to unzip installation files Installing files... Running pre-installation script Ready to install Click Next to begin the installation of %s. If you want to review or change any of your installation settings, click Back. Click Cancel to exit the wizard. Py_OptimizeFlag PySys_GetObject PyRun_SimpleString Py_Finalize Py_SetProgramName Py_Initialize %s%c import py_compile; py_compile.compile (r'%s') SOFTWARE\Python\PythonCore\%d.%d\InstallPath PYTHONHOME=%s Out of memory! rb Running the pre-installation script failed
    distutils\command\wininst-7.1.exe: Runtime Error Times Roman This Wizard will install %s on your computer.
  • Почему вылезает ошибка при компиляции?

    @Andrei1penguin1 Автор вопроса
    Там очень много папок и питоновских файлов
  • Почему вылезает ошибка при компиляции?

    @Andrei1penguin1 Автор вопроса
    Запуск идет командой g++ -I C:\Python39\include -L C:\Python39\Lib -l python39 app.c -o app.exe -W --verbose