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)
{