naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
825 stars 215 forks source link

Is the operation of sustechpoints related to the CPU model? #212

Open jiaweizhangya opened 1 month ago

jiaweizhangya commented 1 month ago

When I run the sustechpoints annotation tool and use top to view, it mainly consumes CPU processes. Is the operation of sustechpoints related to the CPU model? My i5-13600k and i9-9900k runs smoothly, but on the Xeon CPU E5-2650 v4, running tools and marking operations on the page are too laggy.

naurril commented 1 month ago

don't know the reason, it uses webGL, consumes cpu/gpu of browser-side machine

jiaweizhangya commented 1 month ago

When I use SUSTechPoints, I use the same compressed file and run it locally after decompression. All operations are consistent, except for running on different machines, even the browser is consistent, including Firefox, Chrome, and Edge. The results all indicate that the Xeon CPU E5-2650 v4 tool has significant latency. Do you have any methods to try, such as modifying the loading method in the running code or other methods?

naurril commented 1 month ago

if you are using fusion branch, you may trydev-auto-annotate, it's faster in some occasions