Skip to content

Instantly share code, notes, and snippets.

View nitecon's full-sized avatar
💭
The unicorns don't look realistic enough!

Will nitecon

💭
The unicorns don't look realistic enough!
View GitHub Profile
@nitecon
nitecon / NeuralData.cpp
Created January 17, 2024 03:20
Neural Data Subsystem for unreal engine.
#include "NeuralData.h"
#include "NNE.h"
UNeuralData::UNeuralData(): SelectedRuntimeType(ERuntimeType::CPU)
{
}
bool UNeuralData::InitModel(const FString& ModelPath, const FString& RuntimeType)
{