Esther_wxx
Esther_wxx
> @backtime92 麻烦再发一下二维码 +1
me too
可能是为了标记 在不同卷积层里每个instance对应于 full image的位置,让instance模型的参数和相应位置的整图特征能刚好对应上。 FusionGenerator.forward in fusion_model.py ` conv1_2 = self.model1(torch.cat((input_A,input_B,mask_B),dim=1)) conv1_2 = self.weight_layer(instance_feature['conv1_2'], conv1_2, box_info_list[0]) conv2_2 = self.model2(conv1_2[:,:,::2,::2]) conv2_2 = self.weight_layer2(instance_feature['conv2_2'], conv2_2, box_info_list[1]) conv3_3 = self.model3(conv2_2[:,:,::2,::2]) conv3_3 = self.weight_layer3(instance_feature['conv3_3'],...
Here's what I found that CIE Lab color space is more suitable for color computation.
occurred in milvus:v2.2.8 docker image (milvusdb/milvus:v2.2.8) [2023/07/14 01:29:24.771 +00:00] [ERROR] [indexcoord/meta_table.go:149] ["failed to alter segments index in meta store"] ["segment indexes num"=631] [error="etcdserver: too many operations in txn request"] [stack="github.com/milvus-io/milvus/internal/indexcoord.(*metaTable).alterSegmentIndexes\n\t/go/src/github.com/milvus-io/milvus/internal/indexcoord/meta_table.go:149\ngithub.com/milvus-io/milvus/internal/indexcoord.(*metaTable).MarkSegmentsIndexAsDeleted\n\t/go/src/github.com/milvus-io/milvus/internal/indexcoord/meta_table.go:801\ngithub.com/milvus-io/milvus/internal/indexcoord.(*IndexCoord).DropIndex\n\t/go/src/github.com/milvus-io/milvus/internal/indexcoord/index_coord.go:761\ngithub.com/milvus-io/milvus/internal/distributed/indexcoord.(*Server).DropIndex\n\t/go/src/github.com/milvus-io/milvus/internal/distributed/indexcoord/service.go:283\ngithub.com/milvus-io/milvus/internal/proto/indexpb._IndexCoord_DropIndex_Handler.func1\n\t/go/src/github.com/milvus-io/milvus/internal/proto/indexpb/index_coord.pb.go:2513\ngithub.com/milvus-io/milvus/internal/util/logutil.UnaryTraceLoggerInterceptor\n\t/go/src/github.com/milvus-io/milvus/internal/util/logutil/grpc_interceptor.go:22\ngithub.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1\n\t/go/pkg/mod/github.com/grpc-ecosystem/[email protected]/chain.go:25\ngithub.com/grpc-ecosystem/go-grpc-middleware/tracing/opentracing.UnaryServerInterceptor.func1\n\t/go/pkg/mod/github.com/grpc-ecosystem/[email protected]/tracing/opentracing/server_interceptors.go:38\ngithub.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1.1.1\n\t/go/pkg/mod/github.com/grpc-ecosystem/[email protected]/chain.go:25\ngithub.com/grpc-ecosystem/go-grpc-middleware.ChainUnaryServer.func1\n\t/go/pkg/mod/github.com/grpc-ecosystem/[email protected]/chain.go:34\ngithub.com/milvus-io/milvus/internal/proto/indexpb._IndexCoord_DropIndex_Handler\n\t/go/src/github.com/milvus-io/milvus/internal/proto/indexpb/index_coord.pb.go:2515\ngoogle.golang.org/grpc.(*Server).processUnaryRPC\n\t/go/pkg/mod/google.golang.org/[email protected]/server.go:1283\ngoogle.golang.org/grpc.(*Server).handleStream\n\t/go/pkg/mod/google.golang.org/[email protected]/server.go:1620\ngoogle.golang.org/grpc.(*Server).serveStreams.func1.2\n\t/go/pkg/mod/google.golang.org/[email protected]/server.go:922"]...
您的来信已收到~我会认真阅读的(*≧▽≦*)
I got same error on pulsar-client 3.1.0 code: `from pulsar import Client, AuthenticationToken,BatchingType client = Client( service_url='pulsar://node01.public.pulsar.test:6650', authentication=AuthenticationToken( "xxxxxxxxxxxxxxxxxxxxxxxxx")) producer = client.create_producer( 'my-topic', block_if_queue_full=True, batching_enabled=True, batching_max_publish_delay_ms=10, properties={ "producer-name": "test-producer-name", "producer-id":...