aoso3 / Real-Time-Abnormal-Events-Detection-and-Tracking-in-Surveillance-System

The main abnormal behaviors that this project can detect are: Violence, covering camera, Choking, lying down, Running, Motion in restricted areas. It provides much flexibility by allowing users to choose the abnormal behaviors they want to be detected and keeps track of every abnormal event to be reviewed. We used three methods to detect abnormal behaviors: Motion influence map, Pattern recognition models, State event model. For multi-camera tracking, we combined a single camera tracking algorithm with a spatial based algorithm.
MIT License
93 stars 31 forks source link

Missing Assemblies warning. #5

Open alexisvalentino opened 1 year ago

alexisvalentino commented 1 year ago

This prompts up as an error

1>------ Build started: Project: Real-Time Abnormal Event Detection And Tracking In Video, Configuration: Debug|x86 ------ 1> Emgu CV nuget package compiling against WindowsForms 1> Emgu CV compiling with x64 binary 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "RadControlSpy, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Telerik.WinControls, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.

This error message is a warning from MSBuild indicating that it could not locate two assemblies - "RadControlSpy, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" and "Telerik.WinControls, Version=2014.2.617.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e, processorArchitecture=MSIL" - that are required by your code to compile successfully. The warning message suggests that you check whether these assemblies exist on your disk, as they may have been moved or deleted. If they are missing, you may need to reinstall the relevant software that provides these assemblies or obtain them from another source. If your code depends on these assemblies, you may encounter compilation errors until they are resolved. Please help me with this issue. How can i fix it thank you!

alexisvalentino commented 1 year ago

These error messages indicate that the build system is unable to locate three specific assemblies: "RadControlSpy", "Telerik.WinControls", and "Telerik.WinControls.Analytics".