vugia truong

Results 44 comments of vugia truong

@Aurora11111 i think the unicode did messed up everything. There are tons of characters inside gt. so when comparing with detected values the accuracy will always be 0. ```bash 壤唧患患患孜孜孜孜孜孜孜孜孜孜孜孜孜孜孜裔裔裔浇浇涣...

@Aurora11111 Did you fixed the unicode issue ? If your ground-truth (gt) is wrong then your network will have a hard-time. Could your post your training log here .

@Aurora11111 Good to know. I'm feeling weird that you send me message in 1 year later.

@BarCodeReader Good to know that my commend did help someone.

Is there any plan for ArcFace loss?

Would you mind add https://github.com/open-mmlab/mmpose/issues/31#issuecomment-663334223 to the TODO list.

@JasonLiu324 @chaiban https://github.com/atenpas/gpd/issues/88#issuecomment-689259476 solved my problems. Inside CmakeLists.txt, change from ```bash set(CMAKE_CXX_FLAGS " -O3 -fopenmp -fPIC -Wno-deprecated -Wenum-compare -Wno-ignored-attributes -std=c++14") ``` to ```bash set(CMAKE_CXX_FLAGS " -fopenmp -fPIC -Wno-deprecated -Wenum-compare -Wno-ignored-attributes...

Yes. I think remove -ftlo is the better option here.

I fixed this problem in this pull : https://github.com/Jmeyer1292/robot_cal_tools/pull/95 Reference : [ros gtest](http://docs.ros.org/en/jade/api/catkin/html/howto/format2/gtest_configuration.html)

Well same here. Anyone found solution?