File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
SerialPrograms/Source/ML/Programs Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1616#include " CommonFramework/VideoPipeline/VideoOverlayScopes.h"
1717#include " CommonFramework/VideoPipeline/VideoFeed.h"
1818#include " ML/Inference/ML_YOLOv5Detector.h"
19- #include " Common/Cpp/MemoryUtilization/MemoryUtilization.h"
2019#include " ML_RunYOLO.h"
2120
2221namespace PokemonAutomation {
@@ -41,11 +40,6 @@ RunYOLO_Descriptor::RunYOLO_Descriptor()
4140RunYOLO::RunYOLO () {}
4241
4342void RunYOLO::program (NintendoSwitch::SingleSwitchProgramEnvironment& env, NintendoSwitch::ProControllerContext& context){
44-
45- MemoryUsage mu = process_memory_usage ();
46- std::cout << " Memory usage: " << mu.total_system_memory << " " << mu.total_used_system_memory << " "
47- << mu.process_physical_memory << " " << mu.process_virtual_memory << std::endl;
48-
4943 YOLOv5Watcher watcher (env.console .overlay ());
5044
5145 wait_until (env.console , context, WallClock::max (), {watcher});
You can’t perform that action at this time.
0 commit comments