lxq
lxq
in libavutil\common.h file head, add : #ifdef __cplusplus #define __STDC_CONSTANT_MACROS #ifdef _STDINT_H #undef _STDINT_H #endif # include "stdint.h" #endif #ifndef INT64_C #define INT64_C(c) (c ## LL) #define UINT64_C(c) (c ##...
Has this problem solved anyone? I meet it , too.
Sure, it does not work redmine 1.3. fix it?
I will try it again, thanks.
me too
the same to me.
With parameters (RTX 3060 12GB): dict_size=21, dim=4, after 500K iterations,10K epoches,I have got 25 pt files. When I extract mesh with the last pt file(epoch_10000_iteration_000500000_checkpoint.pt),the final mesh is not what...